Fix another descriptor pool out of memory error
This commit is contained in:
parent
9a334570f0
commit
58e4a01f62
1 changed files with 1 additions and 1 deletions
|
|
@ -783,7 +783,7 @@ void VkLightmap::CreateRaytracePipeline()
|
|||
{
|
||||
raytrace.descriptorPool1 = DescriptorPoolBuilder()
|
||||
.AddPoolSize(VK_DESCRIPTOR_TYPE_ACCELERATION_STRUCTURE_KHR, 1)
|
||||
.AddPoolSize(VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, 1)
|
||||
.AddPoolSize(VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, 2)
|
||||
.MaxSets(1)
|
||||
.DebugName("raytrace.descriptorPool1")
|
||||
.Create(fb->GetDevice());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue