NcStudios / NcEngine

NcEngine: 3D game engine written in modern C++ and Vulkan
https://ncstudios.itch.io/
MIT License
40 stars 2 forks source link

Lighting bugfixes and simplifications #570

Closed jaremieromer closed 4 months ago

jaremieromer commented 4 months ago

Ported over the Lighting, RenderGraph and RenderPass cleanup done in dev/game-jam. Found and fixed an additional bug found when testing the new editor scene save/load functionality.

closes #544