blob: 0d050a73d3a7477057f8114b8a6c654b8128af16 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
.Valid Usage (Implicit)
****
* [[VUID-VkBindSparseInfo-sType-sType]] pname:sType must: be ename:VK_STRUCTURE_TYPE_BIND_SPARSE_INFO
* [[VUID-VkBindSparseInfo-pNext-pNext]] pname:pNext must: be `NULL` or a pointer to a valid instance of slink:VkDeviceGroupBindSparseInfo
* [[VUID-VkBindSparseInfo-pWaitSemaphores-parameter]] If pname:waitSemaphoreCount is not `0`, pname:pWaitSemaphores must: be a valid pointer to an array of pname:waitSemaphoreCount valid sname:VkSemaphore handles
* [[VUID-VkBindSparseInfo-pBufferBinds-parameter]] If pname:bufferBindCount is not `0`, pname:pBufferBinds must: be a valid pointer to an array of pname:bufferBindCount valid sname:VkSparseBufferMemoryBindInfo structures
* [[VUID-VkBindSparseInfo-pImageOpaqueBinds-parameter]] If pname:imageOpaqueBindCount is not `0`, pname:pImageOpaqueBinds must: be a valid pointer to an array of pname:imageOpaqueBindCount valid sname:VkSparseImageOpaqueMemoryBindInfo structures
* [[VUID-VkBindSparseInfo-pImageBinds-parameter]] If pname:imageBindCount is not `0`, pname:pImageBinds must: be a valid pointer to an array of pname:imageBindCount valid sname:VkSparseImageMemoryBindInfo structures
* [[VUID-VkBindSparseInfo-pSignalSemaphores-parameter]] If pname:signalSemaphoreCount is not `0`, pname:pSignalSemaphores must: be a valid pointer to an array of pname:signalSemaphoreCount valid sname:VkSemaphore handles
* [[VUID-VkBindSparseInfo-commonparent]] Both of the elements of pname:pSignalSemaphores, and the elements of pname:pWaitSemaphores that are valid handles must: have been created, allocated, or retrieved from the same sname:VkDevice
****