VkSurfaceCreateInfoOHOS
typedef struct VkSurfaceCreateInfoOHOS {...} VkSurfaceCreateInfoOHOS
Overview
The struct describes the parameters required for creating a Vulkan surface.
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_SURFACE_CREATE_INFO_OHOS. |
| const void* pNext | Pointer to the next struct in the chain. The value must be nullptr. |
| VkSurfaceCreateFlagsOHOS flags | Reserved flags. The value must be 0. |
| OHNativeWindow* window | Pointer to an OHNativeWindow instance. |
你可能感兴趣的鸿蒙文章
openharmony 鸿蒙 guidance-on-ndk-libc-interfaces-affected-by-permissions
openharmony 鸿蒙 capi-vulkan-ohbufferhandle
openharmony 鸿蒙 vulkan-overview