Lachei / VulkanPBRT

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

Add option to export view space normals. #23

Open sven-luepke opened 2 years ago

Lachei commented 2 years ago

We can add this matrix, however this then definitely requires to change the push constants to a uniform buffer which changes every frame (https://stackoverflow.com/a/50956855). For AMD hardware the current state of the master with 3 matrices seems to already bring forward a warning for the large push constant buffer. Changing this to a uniform buffer is required to be able to guarantee running the application without vulkan errors/warnings.