amber icon indicating copy to clipboard operation
amber copied to clipboard

Check range member of any VkDescriptorBufferInfo structures with maxUniformBufferRange / maxStorageBufferRange

Open jaebaek opened this issue 6 years ago • 0 comments

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.

jaebaek avatar Jan 08 '19 21:01 jaebaek