Allow DESCRIPTOR_OFFSET and -RANGE to be used with uniform/storage texel buffers
Open
- Dominant language
- C++
- Stars
- 228
- Forks
- 77
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/google/amber/pull/947 doesn't allow to use descriptor offset and range with uniform and storage texel buffers.
The implementation will be a little different from other buffer types, because the offset and range are defined via `VkBufferView` instead of `VkDescriptorBufferInfo`.
Related to https://github.com/google/amber/issues/945
Contributor guide
Assessment
This issue has not been assessed yet.