descriptor
This commit is contained in:
parent
9f62233a07
commit
962cc4b8cb
2 changed files with 13 additions and 8 deletions
|
|
@ -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");
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue