RetroArch
Classes | Macros | Typedefs | Functions
vulkan_macos.h File Reference

Go to the source code of this file.

Classes

struct  VkMacOSSurfaceCreateInfoMVK
 

Macros

#define VK_MVK_macos_surface   1
 
#define VK_MVK_MACOS_SURFACE_SPEC_VERSION   2
 
#define VK_MVK_MACOS_SURFACE_EXTENSION_NAME   "VK_MVK_macos_surface"
 

Typedefs

typedef VkFlags VkMacOSSurfaceCreateFlagsMVK
 
typedef struct VkMacOSSurfaceCreateInfoMVK VkMacOSSurfaceCreateInfoMVK
 
typedef VkResult(VKAPI_PTRPFN_vkCreateMacOSSurfaceMVK) (VkInstance instance, const VkMacOSSurfaceCreateInfoMVK *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSurfaceKHR *pSurface)
 

Functions

VKAPI_ATTR VkResult VKAPI_CALL vkCreateMacOSSurfaceMVK (VkInstance instance, const VkMacOSSurfaceCreateInfoMVK *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSurfaceKHR *pSurface)
 

Macro Definition Documentation

◆ VK_MVK_macos_surface

#define VK_MVK_macos_surface   1

◆ VK_MVK_MACOS_SURFACE_EXTENSION_NAME

#define VK_MVK_MACOS_SURFACE_EXTENSION_NAME   "VK_MVK_macos_surface"

◆ VK_MVK_MACOS_SURFACE_SPEC_VERSION

#define VK_MVK_MACOS_SURFACE_SPEC_VERSION   2

Typedef Documentation

◆ PFN_vkCreateMacOSSurfaceMVK

typedef VkResult(VKAPI_PTR * PFN_vkCreateMacOSSurfaceMVK) (VkInstance instance, const VkMacOSSurfaceCreateInfoMVK *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSurfaceKHR *pSurface)

◆ VkMacOSSurfaceCreateFlagsMVK

◆ VkMacOSSurfaceCreateInfoMVK

Function Documentation

◆ vkCreateMacOSSurfaceMVK()

VKAPI_ATTR VkResult VKAPI_CALL vkCreateMacOSSurfaceMVK ( VkInstance  instance,
const VkMacOSSurfaceCreateInfoMVK pCreateInfo,
const VkAllocationCallbacks pAllocator,
VkSurfaceKHR *  pSurface 
)
Here is the caller graph for this function: