HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vulkan_ios.h File Reference

Go to the source code of this file.

Classes

struct  VkIOSSurfaceCreateInfoMVK
 

Macros

#define VK_MVK_ios_surface   1
 
#define VK_MVK_IOS_SURFACE_SPEC_VERSION   3
 
#define VK_MVK_IOS_SURFACE_EXTENSION_NAME   "VK_MVK_ios_surface"
 

Typedefs

typedef VkFlags VkIOSSurfaceCreateFlagsMVK
 
typedef struct
VkIOSSurfaceCreateInfoMVK 
VkIOSSurfaceCreateInfoMVK
 
typedef VkResult(VKAPI_PTRPFN_vkCreateIOSSurfaceMVK )(VkInstance instance, const VkIOSSurfaceCreateInfoMVK *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSurfaceKHR *pSurface)
 

Functions

VKAPI_ATTR VkResult VKAPI_CALL vkCreateIOSSurfaceMVK (VkInstance instance, const VkIOSSurfaceCreateInfoMVK *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSurfaceKHR *pSurface)
 

Macro Definition Documentation

#define VK_MVK_ios_surface   1

Definition at line 22 of file vulkan_ios.h.

#define VK_MVK_IOS_SURFACE_EXTENSION_NAME   "VK_MVK_ios_surface"

Definition at line 24 of file vulkan_ios.h.

#define VK_MVK_IOS_SURFACE_SPEC_VERSION   3

Definition at line 23 of file vulkan_ios.h.

Typedef Documentation

typedef VkResult(VKAPI_PTR * PFN_vkCreateIOSSurfaceMVK)(VkInstance instance, const VkIOSSurfaceCreateInfoMVK *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSurfaceKHR *pSurface)

Definition at line 33 of file vulkan_ios.h.

Definition at line 25 of file vulkan_ios.h.

Function Documentation

VKAPI_ATTR VkResult VKAPI_CALL vkCreateIOSSurfaceMVK ( VkInstance  instance,
const VkIOSSurfaceCreateInfoMVK pCreateInfo,
const VkAllocationCallbacks pAllocator,
VkSurfaceKHR *  pSurface 
)