VkImportNativeBufferInfoOHOS
typedef struct VkImportNativeBufferInfoOHOS {...} VkImportNativeBufferInfoOHOS
Overview
The struct describes the pointer to an OH_NativeBuffer struct.
Since: 10
Related module: Vulkan
Header file: vulkan_ohos.h
Summary
Member Variables
| Name | Description |
|---|---|
| VkStructureType sType | Struct type. |
| const void* pNext | Pointer to the next-level struct. |
| struct OH_NativeBuffer* buffer | Pointer to an OH_NativeBuffer struct. |