Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
vulkan_ios.h
Go to the documentation of this file.
1#ifndef VULKAN_IOS_H_
2#define VULKAN_IOS_H_ 1
3
4/*
5** Copyright 2015-2023 The Khronos Group Inc.
6**
7** SPDX-License-Identifier: Apache-2.0
8*/
9
10/*
11** This header is generated from the Khronos Vulkan XML API Registry.
12**
13*/
14
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
20
21
22// VK_MVK_ios_surface is a preprocessor guard. Do not pass it to API calls.
23#define VK_MVK_ios_surface 1
24#define VK_MVK_IOS_SURFACE_SPEC_VERSION 3
25#define VK_MVK_IOS_SURFACE_EXTENSION_NAME "VK_MVK_ios_surface"
33
34typedef VkResult (VKAPI_PTR *PFN_vkCreateIOSSurfaceMVK)(VkInstance instance, const VkIOSSurfaceCreateInfoMVK* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface);
35
36#ifndef VK_NO_PROTOTYPES
38 VkInstance instance,
39 const VkIOSSurfaceCreateInfoMVK* pCreateInfo,
40 const VkAllocationCallbacks* pAllocator,
41 VkSurfaceKHR* pSurface);
42#endif
43
44#ifdef __cplusplus
45}
46#endif
47
48#endif
VkInstance instance
Definition main.cc:48
VkIOSSurfaceCreateFlagsMVK flags
Definition vulkan_ios.h:30
VkStructureType sType
Definition vulkan_ios.h:28
#define VKAPI_CALL
Definition vk_platform.h:57
#define VKAPI_ATTR
Definition vk_platform.h:56
#define VKAPI_PTR
Definition vk_platform.h:58
uint32_t VkFlags
Definition vulkan_core.h:97
VkResult
VkStructureType
VkResult(VKAPI_PTR * PFN_vkCreateIOSSurfaceMVK)(VkInstance instance, const VkIOSSurfaceCreateInfoMVK *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSurfaceKHR *pSurface)
Definition vulkan_ios.h:34
VKAPI_ATTR VkResult VKAPI_CALL vkCreateIOSSurfaceMVK(VkInstance instance, const VkIOSSurfaceCreateInfoMVK *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSurfaceKHR *pSurface)
VkFlags VkIOSSurfaceCreateFlagsMVK
Definition vulkan_ios.h:26