NcStudios / NcEngine

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

Update graphics to abide by hardware limitations #628

Open jaremieromer opened 2 months ago

jaremieromer commented 2 months ago

depends on #627 Once we have decided on target hardware requirements such as maximum count of descriptor sets, maximum size of push constants, etc, we need to update graphics to abide by these requirements.