mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-13 05:20:45 +00:00
Fix variable descriptor count test
This commit is contained in:
@@ -257,7 +257,7 @@ void main()
|
||||
device, vkh::DescriptorPoolCreateInfo(numDescriptorSets,
|
||||
{
|
||||
{VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE,
|
||||
numDescriptorSets * numDescriptorsPerSet},
|
||||
numDescriptorSets * numDescriptorsPerSet + 100},
|
||||
}),
|
||||
NULL, &descpool));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user