C Specification
To get the opaque descriptor data for a buffer, call:
|
Warning
|
This functionality is superseded by VK_EXT_descriptor_heap. See Legacy Functionality for more information. |
// Provided by VK_EXT_descriptor_buffer
VkResult vkGetBufferOpaqueCaptureDescriptorDataEXT(
VkDevice device,
const VkBufferCaptureDescriptorDataInfoEXT* pInfo,
void* pData);
Parameters
-
deviceis the logical device that gets the data. -
pInfois a pointer to a VkBufferCaptureDescriptorDataInfoEXT structure specifying the buffer. -
pDatais a pointer to an application-allocated buffer where the data will be written.
Document Notes
For more information, see the Vulkan Specification.
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.