inexorgame / vulkan-renderer

A new 3D game engine for Linux and Windows using C++20 and Vulkan API 1.3, in very early but ongoing development
https://inexor.org
MIT License
790 stars 34 forks source link

Refactor descriptors and descriptor builder so it becomes a part of rendergraph #430

Open IAmNotHanni opened 3 years ago

IAmNotHanni commented 3 years ago

During the development of my experimental branch hanni/gltf_support I am experiencing a lot of difficulties with descriptor management.