Contingencyy / VulkanRenderer

A rendering project using the Vulkan API. Will eventually feature raytraced soft shadows, raytraced reflections, and raytraced ambient occlusion.
MIT License
2 stars 0 forks source link

Runtime render settings #46

Closed Contingencyy closed 11 months ago

Contingencyy commented 1 year ago

As many settings as possible should be exposed to the ImGui menus, so that I can test different settings at run-time. Start with different tonemap operators, exposure and gamma for post-processing, but also physically-based rendering settings etc.