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

Description

Valid Usage (Implicit)
  • VUID-VkSwapchainImageCreateInfoOHOS-sType-sType
    sType must be VK_STRUCTURE_TYPE_SWAPCHAIN_IMAGE_CREATE_INFO_OHOS

  • VUID-VkSwapchainImageCreateInfoOHOS-usage-parameter
    usage must be a valid combination of VkSwapchainImageUsageFlagBitsOHOS values

  • VUID-VkSwapchainImageCreateInfoOHOS-usage-requiredbitmask
    usage must not be 0

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.