Skip to content
Snippets Groups Projects

Resolves #337 MLS block errors

Merged Nicolas Pope requested to merge bug/337/mlsdestruct into master
4 files
+ 8
3
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -526,6 +526,7 @@ bool MultiViewMLS::apply(ftl::rgbd::FrameSet &in, ftl::rgbd::FrameSet &out, cuda
f.getTexture<half4>(Channel::Normals),
*centroid_vert_[i],
f.createTexture<float>(Channel::Depth2, ftl::rgbd::Format<float>(size)),
f.getTexture<float>(Channel::Depth),
f.getLeftCamera(),
stream
);
Loading