vk_denoise icon indicating copy to clipboard operation
vk_denoise copied to clipboard

Denoising a Vulkan ray traced image using OptiX denoiser

Results 5 vk_denoise issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/42080694/161357748-a233467f-71e4-4b2e-a1a4-bbf2d5eb95d6.png) ![image](https://user-images.githubusercontent.com/42080694/161357821-fe7adac4-63c5-426d-8dd6-b85ba59692fa.png)

What BASE_DIRECTORY is? Or missing ../shared_sources/CMakeLists_include.txt ?

I think there might be synchronization issues with the denoiser between CUDA and Vulkan. The denoiser is run once per frame after raytracing the image, and before tonemapping it. But...

`denoiser.cpp` can be rewritten to not use CUDA runtime API. There is no point in adding this superfluous dependency. Currently this dependency make it more complicated for users to add...

Where and/or how does the _**NVP_SUPPORTS_OPTIX7**_ the preprocessor definition get into the build?