VkExternalFormatOHOS
typedef struct VkExternalFormatOHOS {...} VkExternalFormatOHOS
Overview
The struct describes an externally defined format.
Since: 10
Related module: Vulkan
Header file: vulkan_ohos.h
Summary
Member Variables
| Name | Description |
|---|---|
| VkStructureType sType | Struct type. The value must be VK_STRUCTURE_TYPE_EXTERNAL_FORMAT_OHOS. |
| void* pNext | Either nullptr or a pointer to the next struct in the chain. |
| uint64_t externalFormat | Externally defined format. |
你可能感兴趣的鸿蒙文章
openharmony 鸿蒙 guidance-on-ndk-libc-interfaces-affected-by-permissions
openharmony 鸿蒙 capi-vulkan-ohbufferhandle
openharmony 鸿蒙 vulkan-overview