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.
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.