amber
amber copied to clipboard
Check range member of any VkDescriptorBufferInfo structures with maxUniformBufferRange / maxStorageBufferRange
Spec says
maxUniformBufferRange is the maximum value that can be specified in the range member of any
VkDescriptorBufferInfo structures passed to a call to vkUpdateDescriptorSets for descriptors of type
VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER or
VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC.
maxStorageBufferRange is the maximum value that can be specified in the range member of any
VkDescriptorBufferInfo structures passed to a call to vkUpdateDescriptorSets for descriptors of type
VK_DESCRIPTOR_TYPE_STORAGE_BUFFER or
VK_DESCRIPTOR_TYPE_STORAGE_BUFFER_DYNAMIC.