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 is NULL or a pointer to a structure extending this structure.
  • flags is reserved for future use.
  • window is the nn::vi::NativeWindowHandle for the nn::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