Skip to content
Snippets Groups Projects
Commit 1911d479 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Disable align

parent 60b83ef8
No related branches found
No related tags found
1 merge request!109Resolves #173 remove voxel code
Pipeline #13848 passed
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment