Function Prototype

vkCreateUbmSurfaceSEC

Create a slink:VkSurfaceKHR object for a UBM surface

To create a VkSurfaceKHR object for a UBM surface, call:

VkResult vkCreateUbmSurfaceSEC(
    VkInstance instance,
    const VkUbmSurfaceCreateInfoSEC* pCreateInfo,
    const VkAllocationCallbacks* pAllocator,
    VkSurfaceKHR* pSurface);
  • instance is the instance to associate the surface with.
  • pCreateInfo is a pointer to a VkUbmSurfaceCreateInfoSEC structure containing parameters affecting the creation of the surface object.
  • pAllocator is the allocator used for host memory allocated for the surface object when there is no more specific allocator available (see Memory Allocation).
  • pSurface is a pointer to a VkSurfaceKHR handle in which the created surface object is returned.

Valid Usage (Implicit)

VUID-vkCreateUbmSurfaceSEC-pCreateInfo-parameter

pCreateInfo must be a valid pointer to a valid VkUbmSurfaceCreateInfoSEC structure

VUID-vkCreateUbmSurfaceSEC-pAllocator-parameter

If pAllocator is not NULL, pAllocator must be a valid pointer to a valid VkAllocationCallbacks structure

VUID-vkCreateUbmSurfaceSEC-pSurface-parameter

pSurface must be a valid pointer to a VkSurfaceKHR handle