google / google/amber

Check range member of any VkDescriptorBufferInfo structures with maxUniformBufferRange / maxStorageBufferRange

Open
#212 0 comments 0 reactions 1 assignee Claimed by @jaebaek View on GitHub
enhancement
Dominant language
C++
Stars
228
Forks
77
PR merge metrics
No merged PRs in 30d

Description

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.
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.