Skip to content
Snippets Groups Projects

Resolves #283 re-enable fxaa approx

Merged Nicolas Pope requested to merge feature/283/fxaaenable into master
3 files
+ 16
5
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -17,6 +17,7 @@ bool FXAA::apply(ftl::rgbd::Frame &in, ftl::rgbd::Frame &out, cudaStream_t strea
ftl::cuda::fxaa(
in.getTexture<uchar4>(Channel::Colour),
in.getTexture<float>(Channel::Depth),
config()->value("threshold", 0.1f),
stream
);
} else {
Loading