|
SDL
2.0
|
Go to the source code of this file.
Data Structures | |
| struct | VkMetalSurfaceCreateInfoEXT |
Macros | |
| #define | VK_EXT_metal_surface 1 |
| #define | VK_EXT_METAL_SURFACE_SPEC_VERSION 1 |
| #define | VK_EXT_METAL_SURFACE_EXTENSION_NAME "VK_EXT_metal_surface" |
Typedefs | |
| typedef void | CAMetalLayer |
| typedef VkFlags | VkMetalSurfaceCreateFlagsEXT |
| typedef VkResult(VKAPI_PTR * | PFN_vkCreateMetalSurfaceEXT) (VkInstance instance, const VkMetalSurfaceCreateInfoEXT *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSurfaceKHR *pSurface) |
Functions | |
| VKAPI_ATTR VkResult VKAPI_CALL | vkCreateMetalSurfaceEXT (VkInstance instance, const VkMetalSurfaceCreateInfoEXT *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSurfaceKHR *pSurface) |
| #define VK_EXT_metal_surface 1 |
Definition at line 22 of file vulkan_metal.h.
| #define VK_EXT_METAL_SURFACE_EXTENSION_NAME "VK_EXT_metal_surface" |
Definition at line 31 of file vulkan_metal.h.
| #define VK_EXT_METAL_SURFACE_SPEC_VERSION 1 |
Definition at line 30 of file vulkan_metal.h.
| typedef void CAMetalLayer |
Definition at line 27 of file vulkan_metal.h.
| typedef VkResult(VKAPI_PTR * PFN_vkCreateMetalSurfaceEXT) (VkInstance instance, const VkMetalSurfaceCreateInfoEXT *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSurfaceKHR *pSurface) |
Definition at line 40 of file vulkan_metal.h.
| typedef VkFlags VkMetalSurfaceCreateFlagsEXT |
Definition at line 32 of file vulkan_metal.h.
| VKAPI_ATTR VkResult VKAPI_CALL vkCreateMetalSurfaceEXT | ( | VkInstance | instance, |
| const VkMetalSurfaceCreateInfoEXT * | pCreateInfo, | ||
| const VkAllocationCallbacks * | pAllocator, | ||
| VkSurfaceKHR * | pSurface | ||
| ) |
Referenced by VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic::init().