VkPhysicalDevicePresentationPropertiesOHOS(3)
C Specification
The VkPhysicalDevicePresentationPropertiesOHOS structure is defined
as:
// Provided by VK_OHOS_native_buffer
typedef struct VkPhysicalDevicePresentationPropertiesOHOS {
VkStructureType sType;
void* pNext;
VkBool32 sharedImage;
} VkPhysicalDevicePresentationPropertiesOHOS;
Members
-
sTypeis a VkStructureType value identifying this structure. -
pNextisNULLor a pointer to a structure extending this structure. -
sharedImagewill be set toVK_TRUEif the driver can share the ownership of a image with the display system.
See Also
VK_OHOS_native_buffer, VkBool32, VkStructureType
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.