amber
amber copied to clipboard
Allow DESCRIPTOR_OFFSET and -RANGE to be used with uniform/storage texel buffers
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