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

52 lines
1.2 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/
VK_DEFINE_HANDLE(3)
===================
Name
----
VK_DEFINE_HANDLE - Declare a dispatchable object handle
C Specification
---------------
// refBegin VK_DEFINE_HANDLE - Declare a dispatchable object handle
dname:VK_DEFINE_HANDLE defines a <<fundamentals-objectmodel-overview,
dispatchable handle>> type.
include::../defines/VK_DEFINE_HANDLE.txt[]
Description
-----------
* pname:object is the name of the resulting C type.
The only dispatchable handle types are those related to device and instance
management, such as slink:VkDevice.
// refEnd VK_DEFINE_HANDLE VkCommandBuffer VkDevice VkInstance VkPhysicalDevice VkQueue
See Also
--------
slink:VkCommandBuffer, slink:VkDevice, slink:VkInstance, slink:VkPhysicalDevice, slink:VkQueue
Document Notes
--------------
For more information, see the Vulkan Specification at URL
https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#VK_DEFINE_HANDLE
This page is extracted from the Vulkan Specification.
Fixes and changes should be made to the Specification,not directly.
include::footer.txt[]