C Specification
The VkUbmSurfaceCreateInfoSEC structure is defined as:
// Provided by VK_SEC_ubm_surface
typedef struct VkUbmSurfaceCreateInfoSEC {
VkStructureType sType;
const void* pNext;
VkUbmSurfaceCreateFlagsSEC flags;
struct ubm_device* device;
struct ubm_surface* surface;
} VkUbmSurfaceCreateInfoSEC;
Members
-
sTypeis a VkStructureType value identifying this structure. -
pNextisNULLor a pointer to a structure extending this structure. -
flagsis reserved for future use. -
deviceis a pointer to aubm_deviceto associate the surface with. -
surfaceis a pointer to aubm_surfaceto associate the surface with.
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.