Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
vulkan_vi.h File Reference

Go to the source code of this file.

Data Structures

struct  VkViSurfaceCreateInfoNN
 

Macros

#define VK_NN_vi_surface   1
 
#define VK_NN_VI_SURFACE_SPEC_VERSION   1
 
#define VK_NN_VI_SURFACE_EXTENSION_NAME   "VK_NN_vi_surface"
 

Typedefs

typedef VkFlags VkViSurfaceCreateFlagsNN
 
typedef struct VkViSurfaceCreateInfoNN VkViSurfaceCreateInfoNN
 
typedef VkResult(VKAPI_PTRPFN_vkCreateViSurfaceNN) (VkInstance instance, const VkViSurfaceCreateInfoNN *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSurfaceKHR *pSurface)
 

Functions

VKAPI_ATTR VkResult VKAPI_CALL vkCreateViSurfaceNN (VkInstance instance, const VkViSurfaceCreateInfoNN *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSurfaceKHR *pSurface)
 

Macro Definition Documentation

◆ VK_NN_vi_surface

#define VK_NN_vi_surface   1

Definition at line 23 of file vulkan_vi.h.

◆ VK_NN_VI_SURFACE_EXTENSION_NAME

#define VK_NN_VI_SURFACE_EXTENSION_NAME   "VK_NN_vi_surface"

Definition at line 25 of file vulkan_vi.h.

◆ VK_NN_VI_SURFACE_SPEC_VERSION

#define VK_NN_VI_SURFACE_SPEC_VERSION   1

Definition at line 24 of file vulkan_vi.h.

Typedef Documentation

◆ PFN_vkCreateViSurfaceNN

typedef VkResult(VKAPI_PTR * PFN_vkCreateViSurfaceNN) (VkInstance instance, const VkViSurfaceCreateInfoNN *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSurfaceKHR *pSurface)

Definition at line 34 of file vulkan_vi.h.

◆ VkViSurfaceCreateFlagsNN

Definition at line 26 of file vulkan_vi.h.

◆ VkViSurfaceCreateInfoNN

typedef struct VkViSurfaceCreateInfoNN VkViSurfaceCreateInfoNN

Function Documentation

◆ vkCreateViSurfaceNN()

VKAPI_ATTR VkResult VKAPI_CALL vkCreateViSurfaceNN ( VkInstance instance,
const VkViSurfaceCreateInfoNN * pCreateInfo,
const VkAllocationCallbacks * pAllocator,
VkSurfaceKHR * pSurface )