nvpro-samples / vk_denoise

Denoising a Vulkan ray traced image using OptiX denoiser
Apache License 2.0
89 stars 7 forks source link

Superfluous dependency on CUDA runtime API #1

Open tomilov opened 4 years ago

tomilov commented 4 years ago

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 denoiser.{c,h}pp into their projects.