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

See Also

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.

Copyright 2014-2025 The Khronos Group Inc.

SPDX-License-Identifier: CC-BY-4.0