Lachei / VulkanPBRT

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

Raytrace shader refactor #14

Closed Lachei closed 2 years ago

Lachei commented 2 years ago

This PR puts all lighting calculations from the closest hit to the raygen shader. Advantages of this are:

The PR in the current state should be changed for final merge to exclude the original raygen and closest hit shaders for a tidier project.