Skip to content
Snippets Groups Projects

Resolves #173 remove voxel code

Merged Nicolas Pope requested to merge feature/133/ilw into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -146,7 +146,7 @@ static void run(ftl::Configurable *root) {
// Send all frames to GPU, block until done?
scene_A.upload(Channel::Colour + Channel::Depth); // TODO: (Nick) Add scene stream.
align->process(scene_A);
//align->process(scene_A);
// TODO: To use second GPU, could do a download, swap, device change,
// then upload to other device. Or some direct device-2-device copy.
Loading