diff --git a/src/imagination/vulkan/pvr_physical_device.c b/src/imagination/vulkan/pvr_physical_device.c index 68747d42a4c..c075760136d 100644 --- a/src/imagination/vulkan/pvr_physical_device.c +++ b/src/imagination/vulkan/pvr_physical_device.c @@ -591,11 +591,11 @@ static bool pvr_physical_device_get_properties( .maxBoundDescriptorSets = 4U, .maxPerStageDescriptorSamplers = 16, .maxPerStageDescriptorUniformBuffers = 12, - .maxPerStageDescriptorStorageBuffers = 8, + .maxPerStageDescriptorStorageBuffers = 16, .maxPerStageDescriptorSampledImages = 16, .maxPerStageDescriptorStorageImages = 4, .maxPerStageDescriptorInputAttachments = 4, - .maxPerStageResources = 48, + .maxPerStageResources = 56, .maxDescriptorSetSamplers = 3U * 16U, .maxDescriptorSetUniformBuffers = 3U * 12U, .maxDescriptorSetUniformBuffersDynamic = 8U,