Structures

VkHeadlessSurfaceCreateInfoEXT

Structure specifying parameters of a newly created headless surface object

The VkHeadlessSurfaceCreateInfoEXT structure is defined as:

typedef struct VkHeadlessSurfaceCreateInfoEXT {
    VkStructureType sType;
    const void* pNext;
    VkHeadlessSurfaceCreateFlagsEXT flags;
} VkHeadlessSurfaceCreateInfoEXT;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.
  • flags is reserved for future use.

Valid Usage (Implicit)