Movatterモバイル変換


[0]ホーム

URL:


Vulkan API Reference Pageslatest

VkDescriptorPool(3)

Name

VkDescriptorPool - Opaque handle to a descriptor pool object

C Specification

Adescriptor pool maintains a pool of descriptors, from which descriptorsets are allocated.Descriptor pools are externally synchronized, meaning that the applicationmust not allocate and/or free descriptor sets from the same pool inmultiple threads simultaneously.

Descriptor pools are represented byVkDescriptorPool handles:

// Provided by VK_VERSION_1_0VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkDescriptorPool)

See Also

Document Notes

For more information, see theVulkan Specification.

This page is extracted from the Vulkan Specification.Fixes and changes should be made to the Specification, not directly.


[8]ページ先頭

©2009-2026 Movatter.jp