descriptor

This commit is contained in:
Jorijn van der Graaf 2026-01-28 23:45:33 +01:00
commit 962cc4b8cb
2 changed files with 13 additions and 8 deletions

View file

@ -15,7 +15,10 @@ int main() {
*/
VulkanDevice::CreateDevice();
Raygenspv::CreateShader();
DescriptorPool<1, Raygenspv> pool;
pool.setsCount = 1;
pool.BuildPool(0);
WindowVulkan window(1280, 720, "HelloVulkan");
/*