Skip to content
Snippets Groups Projects

Resolves #242 no aa on right channel

Merged Nicolas Pope requested to merge bug/242/aaright into master
3 files
+ 9
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -18,5 +18,12 @@ bool FXAA::apply(ftl::rgbd::Frame &in, ftl::rgbd::Frame &out, ftl::rgbd::Source
stream
);
if (in.hasChannel(Channel::Right)) {
ftl::cuda::fxaa(
in.getTexture<uchar4>(Channel::Right),
stream
);
}
return true;
}
Loading