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
The sparse block size in bytes for sparse buffers and fully-resident images is reported as VkMemoryRequirements::alignment. alignment represents both the memory alignment requirement and the binding granularity (in bytes) for sparse resources.
However, there are no VUIDs that require the resourceOffset and size fields of VkSparseMemoryBind to be aligned in this way. memoryOffset is required to be aligned (VUID-VkSparseMemoryBind-memory-01096), but no requirements seem to be placed on resourceOffset and size. This looks like an omission?
The text was updated successfully, but these errors were encountered:
The Sparse Resources chapter of the spec states:
However, there are no VUIDs that require the
resourceOffset
andsize
fields ofVkSparseMemoryBind
to be aligned in this way.memoryOffset
is required to be aligned (VUID-VkSparseMemoryBind-memory-01096), but no requirements seem to be placed onresourceOffset
andsize
. This looks like an omission?The text was updated successfully, but these errors were encountered: