VkSwapchainImageCreateInfoOHOS(3)
Name
VkSwapchainImageCreateInfoOHOS - The parameters needed to create a swapchain image on Open Harmony OS platform
C Specification
The VkSwapchainImageCreateInfoOHOS structure is defined as:
// Provided by VK_OHOS_native_buffer
typedef struct VkSwapchainImageCreateInfoOHOS {
VkStructureType sType;
const void* pNext;
VkSwapchainImageUsageFlagsOHOS usage;
} VkSwapchainImageCreateInfoOHOS;
Members
-
sTypeis a VkStructureType value identifying this structure. -
pNextisNULLor a pointer to a structure extending this structure. -
usageis a bitmask of VkSwapchainImageUsageFlagBitsOHOS specifying the usage of swapchain image.
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.