Vulkan-Docs/doc/specs/vulkan/validity/structs/VkBindSparseInfo.txt

22 lines
1.5 KiB
Plaintext
Raw Normal View History

2016-02-16 09:53:44 +00:00
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
ifndef::doctype-manpage[]
.Valid Usage
********************************************************************************
endif::doctype-manpage[]
ifdef::doctype-manpage[]
Valid Usage
-----------
endif::doctype-manpage[]
* pname:sType must: be ename:VK_STRUCTURE_TYPE_BIND_SPARSE_INFO
* pname:pNext must: be `NULL`
* If pname:waitSemaphoreCount is not `0`, pname:pWaitSemaphores must: be a pointer to an array of pname:waitSemaphoreCount valid sname:VkSemaphore handles
* If pname:bufferBindCount is not `0`, pname:pBufferBinds must: be a pointer to an array of pname:bufferBindCount valid sname:VkSparseBufferMemoryBindInfo structures
* If pname:imageOpaqueBindCount is not `0`, pname:pImageOpaqueBinds must: be a pointer to an array of pname:imageOpaqueBindCount valid sname:VkSparseImageOpaqueMemoryBindInfo structures
* If pname:imageBindCount is not `0`, pname:pImageBinds must: be a pointer to an array of pname:imageBindCount valid sname:VkSparseImageMemoryBindInfo structures
* If pname:signalSemaphoreCount is not `0`, pname:pSignalSemaphores must: be a pointer to an array of pname:signalSemaphoreCount valid sname:VkSemaphore handles
* Each of the elements of pname:pWaitSemaphores and the elements of pname:pSignalSemaphores that are valid handles must: have been created, allocated or retrieved from the same sname:VkDevice
ifndef::doctype-manpage[]
********************************************************************************
endif::doctype-manpage[]