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

Go to the source code of this file.

Data Structures

struct  VkMacOSSurfaceCreateInfoMVK
 

Macros

#define VK_MVK_macos_surface   1
 
#define VK_MVK_MACOS_SURFACE_SPEC_VERSION   3
 
#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

Definition at line 23 of file vulkan_macos.h.

◆ VK_MVK_MACOS_SURFACE_EXTENSION_NAME

#define VK_MVK_MACOS_SURFACE_EXTENSION_NAME   "VK_MVK_macos_surface"

Definition at line 25 of file vulkan_macos.h.

◆ VK_MVK_MACOS_SURFACE_SPEC_VERSION

#define VK_MVK_MACOS_SURFACE_SPEC_VERSION   3

Definition at line 24 of file vulkan_macos.h.

Typedef Documentation

◆ PFN_vkCreateMacOSSurfaceMVK

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

Definition at line 34 of file vulkan_macos.h.

◆ VkMacOSSurfaceCreateFlagsMVK

Definition at line 26 of file vulkan_macos.h.

◆ VkMacOSSurfaceCreateInfoMVK

typedef struct VkMacOSSurfaceCreateInfoMVK VkMacOSSurfaceCreateInfoMVK

Function Documentation

◆ vkCreateMacOSSurfaceMVK()

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