Lachei / VulkanPBRT

Vulkan physically based raytracer including denoising
MIT License
28 stars 11 forks source link

Separation of taa from denoisers. #11

Closed Lachei closed 3 years ago

Lachei commented 3 years ago

Adds a "--taa" command line command to activate taa independent of the denoiser (Also works if no denoiser is present). Compilation and running on linux is fine without any errors. Compilation and runtime test for Windows missing.