C Specification
The VkNativeBufferOHOS structure is defined as:
// Provided by VK_OHOS_native_buffer
typedef struct VkNativeBufferOHOS {
VkStructureType sType;
const void* pNext;
struct OHBufferHandle* handle;
} VkNativeBufferOHOS;
Members
-
sTypeis a VkStructureType value identifying this structure. -
pNextisNULLor a pointer to a structure extending this structure. -
handleis a pointer to an OHBufferHandle object.
Description
OHBufferHandle is exposed by the Open Harmony OS NDK.
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.