Vulkan-Docs/doc/specs/vulkan/man/VkBuffer.txt

51 lines
1.6 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/
VkBuffer(3)
===========
Name
----
VkBuffer - Opaque handle to a buffer object
C Specification
---------------
// refBegin VkBuffer - Opaque handle to a buffer object
Buffers represent linear arrays of data which are used for various
purposes by binding them to a graphics or compute pipeline via descriptor
sets or via certain commands, or by directly specifying them as parameters
to certain commands.
Buffers are represented by sname:VkBuffer handles:
include::../handles/VkBuffer.txt[]
Description
-----------
// refEnd VkBuffer
See Also
--------
slink:VkBufferMemoryBarrier, slink:VkBufferViewCreateInfo, slink:VkDescriptorBufferInfo, slink:VkSparseBufferMemoryBindInfo, flink:vkBindBufferMemory, flink:vkCmdBindIndexBuffer, flink:vkCmdBindVertexBuffers, flink:vkCmdCopyBuffer, flink:vkCmdCopyBufferToImage, flink:vkCmdCopyImageToBuffer, flink:vkCmdCopyQueryPoolResults, flink:vkCmdDispatchIndirect, flink:vkCmdDrawIndexedIndirect, flink:vkCmdDrawIndirect, flink:vkCmdFillBuffer, flink:vkCmdUpdateBuffer, flink:vkCreateBuffer, flink:vkDestroyBuffer, flink:vkGetBufferMemoryRequirements
Document Notes
--------------
For more information, see the Vulkan Specification at URL
https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#VkBuffer
This page is extracted from the Vulkan Specification.
Fixes and changes should be made to the Specification,not directly.
include::footer.txt[]