1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2.Valid Usage (Implicit) 3**** 4* [[VUID-VkBindSparseInfo-sType-sType]] pname:sType must: be ename:VK_STRUCTURE_TYPE_BIND_SPARSE_INFO 5* [[VUID-VkBindSparseInfo-pNext-pNext]] pname:pNext must: be `NULL` or a pointer to a valid instance of slink:VkDeviceGroupBindSparseInfo 6* [[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 7* [[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 8* [[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 9* [[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 10* [[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 11* [[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 12**** 13 14