amber icon indicating copy to clipboard operation
amber copied to clipboard

Allow DESCRIPTOR_OFFSET and -RANGE to be used with uniform/storage texel buffers

Open ilkkasaa opened this issue 4 years ago • 0 comments

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

ilkkasaa avatar May 20 '21 07:05 ilkkasaa