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;
sTypeis a VkStructureType value identifying this structure.pNextisNULLor a pointer to a structure extending this structure.flagsis reserved for future use.windowis thenn::vi::NativeWindowHandlefor thenn::vi::Layerwith 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