You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
#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 ofVkDescriptorBufferInfo
.Related to #945
The text was updated successfully, but these errors were encountered: