Structures
VkViSurfaceCreateInfoNN
Structure specifying parameters of a newly created VI surface object
The VkViSurfaceCreateInfoNN
structure is defined as:
typedef struct VkViSurfaceCreateInfoNN {
VkStructureType sType;
const void* pNext;
VkViSurfaceCreateFlagsNN flags;
void* window;
} VkViSurfaceCreateInfoNN;
sType
is a VkStructureType value identifying this structure.pNext
isNULL
or a pointer to a structure extending this structure.flags
is reserved for future use.window
is thenn
::vi
::NativeWindowHandle
for thenn
::vi
::Layer
with which to associate the surface.
Valid Usage
VUID-VkViSurfaceCreateInfoNN-window-01318
window
must be a valid nn
::vi
::NativeWindowHandle
Valid Usage (Implicit)
VUID-VkViSurfaceCreateInfoNN-sType-sType
sType
must be VK_STRUCTURE_TYPE_VI_SURFACE_CREATE_INFO_NN
VUID-VkViSurfaceCreateInfoNN-pNext-pNext
pNext
must be NULL
VUID-VkViSurfaceCreateInfoNN-flags-zerobitmask
flags
must be 0