Vulkan-Docs/doc/specs/vulkan/man/VkSparseImageMemoryBindInfo...

58 lines
1.4 KiB
Plaintext

// Copyright (c) 2014-2016 Khronos Group. This work is licensed under a
// Creative Commons Attribution 4.0 International License; see
// http://creativecommons.org/licenses/by/4.0/
VkSparseImageMemoryBindInfo(3)
==============================
Name
----
VkSparseImageMemoryBindInfo - Structure specifying sparse image memory bind info
C Specification
---------------
// refBegin VkSparseImageMemoryBindInfo - Structure specifying sparse image memory bind info
Memory can: be bound to sparse image blocks of sname:VkImage objects created
with the ename:VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT flag using the following
structure:
include::../structs/VkSparseImageMemoryBindInfo.txt[]
Members
-------
* pname:image is the sname:VkImage object to be bound
* pname:bindCount is the number of sname:VkSparseImageMemoryBind
structures in pBinds array
* pname:pBinds is a pointer to array of sname:VkSparseImageMemoryBind
structures
Description
-----------
include::../validity/structs/VkSparseImageMemoryBindInfo.txt[]
See Also
--------
slink:VkBindSparseInfo, slink:VkImage, slink:VkSparseImageMemoryBind
Document Notes
--------------
For more information, see the Vulkan Specification at URL
https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#VkSparseImageMemoryBindInfo
This page is extracted from the Vulkan Specification.
Fixes and changes should be made to the Specification,not directly.
include::footer.txt[]