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

47 lines
1.1 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/
VkDescriptorSet(3)
==================
Name
----
VkDescriptorSet - Opaque handle to a descriptor set object
C Specification
---------------
// refBegin VkDescriptorSet - Opaque handle to a descriptor set object
Descriptor sets are allocated from descriptor pool objects, and
are represented by sname:VkDescriptorSet handles:
include::../api/handles/VkDescriptorSet.txt[]
Description
-----------
// refEnd VkDescriptorSet
See Also
--------
slink:VkCopyDescriptorSet, slink:VkWriteDescriptorSet, flink:vkAllocateDescriptorSets, flink:vkCmdBindDescriptorSets, flink:vkFreeDescriptorSets
Document Notes
--------------
For more information, see the Vulkan Specification at URL
https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#VkDescriptorSet
This page is extracted from the Vulkan Specification.
Fixes and changes should be made to the Specification,not directly.
include::footer.txt[]