vk_denoise
vk_denoise copied to clipboard
Denoising a Vulkan ray traced image using OptiX denoiser
 
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?