NcStudios / NcEngine

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

Graphics cleanup for bugs found during smoke test #658

Closed jaremieromer closed 2 weeks ago

jaremieromer commented 2 weeks ago

While working on the smoke test, several bugs and areas needing cleanup were discovered in the asset managers and ShaderStorage. This PR addresses those and allows the smoke test to work.

closes #657