58 lines
1.4 KiB
Plaintext
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/
|
|
|
|
VkSparseBufferMemoryBindInfo(3)
|
|
===============================
|
|
|
|
Name
|
|
----
|
|
VkSparseBufferMemoryBindInfo - Structure specifying a sparse buffer memory bind operation
|
|
|
|
C Specification
|
|
---------------
|
|
|
|
// refBegin VkSparseBufferMemoryBindInfo - Structure specifying a sparse buffer memory bind operation
|
|
|
|
Memory is bound to sname:VkBuffer objects created with the
|
|
ename:VK_BUFFER_CREATE_SPARSE_BINDING_BIT flag using the following
|
|
structure:
|
|
|
|
include::../api/structs/VkSparseBufferMemoryBindInfo.txt[]
|
|
|
|
|
|
Members
|
|
-------
|
|
|
|
* pname:buffer is the sname:VkBuffer object to be bound.
|
|
* pname:bindCount is the number of sname:VkSparseMemoryBind structures in
|
|
the pname:pBinds array.
|
|
* pname:pBinds is a pointer to array of sname:VkSparseMemoryBind
|
|
structures.
|
|
|
|
|
|
Description
|
|
-----------
|
|
|
|
include::../validity/structs/VkSparseBufferMemoryBindInfo.txt[]
|
|
|
|
|
|
See Also
|
|
--------
|
|
|
|
slink:VkBindSparseInfo, slink:VkBuffer, slink:VkSparseMemoryBind
|
|
|
|
|
|
Document Notes
|
|
--------------
|
|
|
|
For more information, see the Vulkan Specification at URL
|
|
|
|
https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#VkSparseBufferMemoryBindInfo
|
|
|
|
This page is extracted from the Vulkan Specification.
|
|
Fixes and changes should be made to the Specification,not directly.
|
|
|
|
include::footer.txt[]
|
|
|