1/* WARNING: This is auto-generated file. Do not modify, since changes will
2 * be lost! Modify the generating script instead.
3 */
4m_vk.destroyInstance										= (DestroyInstanceFunc)										GET_PROC_ADDR("vkDestroyInstance");
5m_vk.enumeratePhysicalDevices								= (EnumeratePhysicalDevicesFunc)							GET_PROC_ADDR("vkEnumeratePhysicalDevices");
6m_vk.getPhysicalDeviceFeatures								= (GetPhysicalDeviceFeaturesFunc)							GET_PROC_ADDR("vkGetPhysicalDeviceFeatures");
7m_vk.getPhysicalDeviceFormatProperties						= (GetPhysicalDeviceFormatPropertiesFunc)					GET_PROC_ADDR("vkGetPhysicalDeviceFormatProperties");
8m_vk.getPhysicalDeviceImageFormatProperties					= (GetPhysicalDeviceImageFormatPropertiesFunc)				GET_PROC_ADDR("vkGetPhysicalDeviceImageFormatProperties");
9m_vk.getPhysicalDeviceProperties							= (GetPhysicalDevicePropertiesFunc)							GET_PROC_ADDR("vkGetPhysicalDeviceProperties");
10m_vk.getPhysicalDeviceQueueFamilyProperties					= (GetPhysicalDeviceQueueFamilyPropertiesFunc)				GET_PROC_ADDR("vkGetPhysicalDeviceQueueFamilyProperties");
11m_vk.getPhysicalDeviceMemoryProperties						= (GetPhysicalDeviceMemoryPropertiesFunc)					GET_PROC_ADDR("vkGetPhysicalDeviceMemoryProperties");
12m_vk.createDevice											= (CreateDeviceFunc)										GET_PROC_ADDR("vkCreateDevice");
13m_vk.enumerateDeviceExtensionProperties						= (EnumerateDeviceExtensionPropertiesFunc)					GET_PROC_ADDR("vkEnumerateDeviceExtensionProperties");
14m_vk.enumerateDeviceLayerProperties							= (EnumerateDeviceLayerPropertiesFunc)						GET_PROC_ADDR("vkEnumerateDeviceLayerProperties");
15m_vk.getPhysicalDeviceSparseImageFormatProperties			= (GetPhysicalDeviceSparseImageFormatPropertiesFunc)		GET_PROC_ADDR("vkGetPhysicalDeviceSparseImageFormatProperties");
16m_vk.enumeratePhysicalDeviceGroups							= (EnumeratePhysicalDeviceGroupsFunc)						GET_PROC_ADDR("vkEnumeratePhysicalDeviceGroups");
17if (!m_vk.enumeratePhysicalDeviceGroups)
18	m_vk.enumeratePhysicalDeviceGroups						= (EnumeratePhysicalDeviceGroupsFunc)						GET_PROC_ADDR("vkEnumeratePhysicalDeviceGroupsKHR");
19m_vk.getPhysicalDeviceFeatures2								= (GetPhysicalDeviceFeatures2Func)							GET_PROC_ADDR("vkGetPhysicalDeviceFeatures2");
20if (!m_vk.getPhysicalDeviceFeatures2)
21	m_vk.getPhysicalDeviceFeatures2							= (GetPhysicalDeviceFeatures2Func)							GET_PROC_ADDR("vkGetPhysicalDeviceFeatures2KHR");
22m_vk.getPhysicalDeviceProperties2							= (GetPhysicalDeviceProperties2Func)						GET_PROC_ADDR("vkGetPhysicalDeviceProperties2");
23if (!m_vk.getPhysicalDeviceProperties2)
24	m_vk.getPhysicalDeviceProperties2						= (GetPhysicalDeviceProperties2Func)						GET_PROC_ADDR("vkGetPhysicalDeviceProperties2KHR");
25m_vk.getPhysicalDeviceFormatProperties2						= (GetPhysicalDeviceFormatProperties2Func)					GET_PROC_ADDR("vkGetPhysicalDeviceFormatProperties2");
26if (!m_vk.getPhysicalDeviceFormatProperties2)
27	m_vk.getPhysicalDeviceFormatProperties2					= (GetPhysicalDeviceFormatProperties2Func)					GET_PROC_ADDR("vkGetPhysicalDeviceFormatProperties2KHR");
28m_vk.getPhysicalDeviceImageFormatProperties2				= (GetPhysicalDeviceImageFormatProperties2Func)				GET_PROC_ADDR("vkGetPhysicalDeviceImageFormatProperties2");
29if (!m_vk.getPhysicalDeviceImageFormatProperties2)
30	m_vk.getPhysicalDeviceImageFormatProperties2			= (GetPhysicalDeviceImageFormatProperties2Func)				GET_PROC_ADDR("vkGetPhysicalDeviceImageFormatProperties2KHR");
31m_vk.getPhysicalDeviceQueueFamilyProperties2				= (GetPhysicalDeviceQueueFamilyProperties2Func)				GET_PROC_ADDR("vkGetPhysicalDeviceQueueFamilyProperties2");
32if (!m_vk.getPhysicalDeviceQueueFamilyProperties2)
33	m_vk.getPhysicalDeviceQueueFamilyProperties2			= (GetPhysicalDeviceQueueFamilyProperties2Func)				GET_PROC_ADDR("vkGetPhysicalDeviceQueueFamilyProperties2KHR");
34m_vk.getPhysicalDeviceMemoryProperties2						= (GetPhysicalDeviceMemoryProperties2Func)					GET_PROC_ADDR("vkGetPhysicalDeviceMemoryProperties2");
35if (!m_vk.getPhysicalDeviceMemoryProperties2)
36	m_vk.getPhysicalDeviceMemoryProperties2					= (GetPhysicalDeviceMemoryProperties2Func)					GET_PROC_ADDR("vkGetPhysicalDeviceMemoryProperties2KHR");
37m_vk.getPhysicalDeviceSparseImageFormatProperties2			= (GetPhysicalDeviceSparseImageFormatProperties2Func)		GET_PROC_ADDR("vkGetPhysicalDeviceSparseImageFormatProperties2");
38if (!m_vk.getPhysicalDeviceSparseImageFormatProperties2)
39	m_vk.getPhysicalDeviceSparseImageFormatProperties2		= (GetPhysicalDeviceSparseImageFormatProperties2Func)		GET_PROC_ADDR("vkGetPhysicalDeviceSparseImageFormatProperties2KHR");
40m_vk.getPhysicalDeviceExternalBufferProperties				= (GetPhysicalDeviceExternalBufferPropertiesFunc)			GET_PROC_ADDR("vkGetPhysicalDeviceExternalBufferProperties");
41if (!m_vk.getPhysicalDeviceExternalBufferProperties)
42	m_vk.getPhysicalDeviceExternalBufferProperties			= (GetPhysicalDeviceExternalBufferPropertiesFunc)			GET_PROC_ADDR("vkGetPhysicalDeviceExternalBufferPropertiesKHR");
43m_vk.getPhysicalDeviceExternalFenceProperties				= (GetPhysicalDeviceExternalFencePropertiesFunc)			GET_PROC_ADDR("vkGetPhysicalDeviceExternalFenceProperties");
44if (!m_vk.getPhysicalDeviceExternalFenceProperties)
45	m_vk.getPhysicalDeviceExternalFenceProperties			= (GetPhysicalDeviceExternalFencePropertiesFunc)			GET_PROC_ADDR("vkGetPhysicalDeviceExternalFencePropertiesKHR");
46m_vk.getPhysicalDeviceExternalSemaphoreProperties			= (GetPhysicalDeviceExternalSemaphorePropertiesFunc)		GET_PROC_ADDR("vkGetPhysicalDeviceExternalSemaphoreProperties");
47if (!m_vk.getPhysicalDeviceExternalSemaphoreProperties)
48	m_vk.getPhysicalDeviceExternalSemaphoreProperties		= (GetPhysicalDeviceExternalSemaphorePropertiesFunc)		GET_PROC_ADDR("vkGetPhysicalDeviceExternalSemaphorePropertiesKHR");
49m_vk.destroySurfaceKHR										= (DestroySurfaceKHRFunc)									GET_PROC_ADDR("vkDestroySurfaceKHR");
50m_vk.getPhysicalDeviceSurfaceSupportKHR						= (GetPhysicalDeviceSurfaceSupportKHRFunc)					GET_PROC_ADDR("vkGetPhysicalDeviceSurfaceSupportKHR");
51m_vk.getPhysicalDeviceSurfaceCapabilitiesKHR				= (GetPhysicalDeviceSurfaceCapabilitiesKHRFunc)				GET_PROC_ADDR("vkGetPhysicalDeviceSurfaceCapabilitiesKHR");
52m_vk.getPhysicalDeviceSurfaceFormatsKHR						= (GetPhysicalDeviceSurfaceFormatsKHRFunc)					GET_PROC_ADDR("vkGetPhysicalDeviceSurfaceFormatsKHR");
53m_vk.getPhysicalDeviceSurfacePresentModesKHR				= (GetPhysicalDeviceSurfacePresentModesKHRFunc)				GET_PROC_ADDR("vkGetPhysicalDeviceSurfacePresentModesKHR");
54m_vk.getPhysicalDevicePresentRectanglesKHR					= (GetPhysicalDevicePresentRectanglesKHRFunc)				GET_PROC_ADDR("vkGetPhysicalDevicePresentRectanglesKHR");
55m_vk.getPhysicalDeviceDisplayPropertiesKHR					= (GetPhysicalDeviceDisplayPropertiesKHRFunc)				GET_PROC_ADDR("vkGetPhysicalDeviceDisplayPropertiesKHR");
56m_vk.getPhysicalDeviceDisplayPlanePropertiesKHR				= (GetPhysicalDeviceDisplayPlanePropertiesKHRFunc)			GET_PROC_ADDR("vkGetPhysicalDeviceDisplayPlanePropertiesKHR");
57m_vk.getDisplayPlaneSupportedDisplaysKHR					= (GetDisplayPlaneSupportedDisplaysKHRFunc)					GET_PROC_ADDR("vkGetDisplayPlaneSupportedDisplaysKHR");
58m_vk.getDisplayModePropertiesKHR							= (GetDisplayModePropertiesKHRFunc)							GET_PROC_ADDR("vkGetDisplayModePropertiesKHR");
59m_vk.createDisplayModeKHR									= (CreateDisplayModeKHRFunc)								GET_PROC_ADDR("vkCreateDisplayModeKHR");
60m_vk.getDisplayPlaneCapabilitiesKHR							= (GetDisplayPlaneCapabilitiesKHRFunc)						GET_PROC_ADDR("vkGetDisplayPlaneCapabilitiesKHR");
61m_vk.createDisplayPlaneSurfaceKHR							= (CreateDisplayPlaneSurfaceKHRFunc)						GET_PROC_ADDR("vkCreateDisplayPlaneSurfaceKHR");
62m_vk.createXlibSurfaceKHR									= (CreateXlibSurfaceKHRFunc)								GET_PROC_ADDR("vkCreateXlibSurfaceKHR");
63m_vk.getPhysicalDeviceXlibPresentationSupportKHR			= (GetPhysicalDeviceXlibPresentationSupportKHRFunc)			GET_PROC_ADDR("vkGetPhysicalDeviceXlibPresentationSupportKHR");
64m_vk.createXcbSurfaceKHR									= (CreateXcbSurfaceKHRFunc)									GET_PROC_ADDR("vkCreateXcbSurfaceKHR");
65m_vk.getPhysicalDeviceXcbPresentationSupportKHR				= (GetPhysicalDeviceXcbPresentationSupportKHRFunc)			GET_PROC_ADDR("vkGetPhysicalDeviceXcbPresentationSupportKHR");
66m_vk.createWaylandSurfaceKHR								= (CreateWaylandSurfaceKHRFunc)								GET_PROC_ADDR("vkCreateWaylandSurfaceKHR");
67m_vk.getPhysicalDeviceWaylandPresentationSupportKHR			= (GetPhysicalDeviceWaylandPresentationSupportKHRFunc)		GET_PROC_ADDR("vkGetPhysicalDeviceWaylandPresentationSupportKHR");
68m_vk.createMirSurfaceKHR									= (CreateMirSurfaceKHRFunc)									GET_PROC_ADDR("vkCreateMirSurfaceKHR");
69m_vk.getPhysicalDeviceMirPresentationSupportKHR				= (GetPhysicalDeviceMirPresentationSupportKHRFunc)			GET_PROC_ADDR("vkGetPhysicalDeviceMirPresentationSupportKHR");
70m_vk.createAndroidSurfaceKHR								= (CreateAndroidSurfaceKHRFunc)								GET_PROC_ADDR("vkCreateAndroidSurfaceKHR");
71m_vk.createWin32SurfaceKHR									= (CreateWin32SurfaceKHRFunc)								GET_PROC_ADDR("vkCreateWin32SurfaceKHR");
72m_vk.getPhysicalDeviceWin32PresentationSupportKHR			= (GetPhysicalDeviceWin32PresentationSupportKHRFunc)		GET_PROC_ADDR("vkGetPhysicalDeviceWin32PresentationSupportKHR");
73m_vk.getPhysicalDeviceFeatures2KHR							= (GetPhysicalDeviceFeatures2KHRFunc)						GET_PROC_ADDR("vkGetPhysicalDeviceFeatures2KHR");
74m_vk.getPhysicalDeviceFormatProperties2KHR					= (GetPhysicalDeviceFormatProperties2KHRFunc)				GET_PROC_ADDR("vkGetPhysicalDeviceFormatProperties2KHR");
75m_vk.getPhysicalDeviceImageFormatProperties2KHR				= (GetPhysicalDeviceImageFormatProperties2KHRFunc)			GET_PROC_ADDR("vkGetPhysicalDeviceImageFormatProperties2KHR");
76m_vk.getPhysicalDeviceMemoryProperties2KHR					= (GetPhysicalDeviceMemoryProperties2KHRFunc)				GET_PROC_ADDR("vkGetPhysicalDeviceMemoryProperties2KHR");
77m_vk.getPhysicalDeviceProperties2KHR						= (GetPhysicalDeviceProperties2KHRFunc)						GET_PROC_ADDR("vkGetPhysicalDeviceProperties2KHR");
78m_vk.getPhysicalDeviceQueueFamilyProperties2KHR				= (GetPhysicalDeviceQueueFamilyProperties2KHRFunc)			GET_PROC_ADDR("vkGetPhysicalDeviceQueueFamilyProperties2KHR");
79m_vk.getPhysicalDeviceSparseImageFormatProperties2KHR		= (GetPhysicalDeviceSparseImageFormatProperties2KHRFunc)	GET_PROC_ADDR("vkGetPhysicalDeviceSparseImageFormatProperties2KHR");
80m_vk.getPhysicalDeviceExternalBufferPropertiesKHR			= (GetPhysicalDeviceExternalBufferPropertiesKHRFunc)		GET_PROC_ADDR("vkGetPhysicalDeviceExternalBufferPropertiesKHR");
81m_vk.getPhysicalDeviceExternalSemaphorePropertiesKHR		= (GetPhysicalDeviceExternalSemaphorePropertiesKHRFunc)		GET_PROC_ADDR("vkGetPhysicalDeviceExternalSemaphorePropertiesKHR");
82m_vk.getPhysicalDeviceExternalFencePropertiesKHR			= (GetPhysicalDeviceExternalFencePropertiesKHRFunc)			GET_PROC_ADDR("vkGetPhysicalDeviceExternalFencePropertiesKHR");
83m_vk.getPhysicalDeviceSurfaceCapabilities2KHR				= (GetPhysicalDeviceSurfaceCapabilities2KHRFunc)			GET_PROC_ADDR("vkGetPhysicalDeviceSurfaceCapabilities2KHR");
84m_vk.getPhysicalDeviceSurfaceFormats2KHR					= (GetPhysicalDeviceSurfaceFormats2KHRFunc)					GET_PROC_ADDR("vkGetPhysicalDeviceSurfaceFormats2KHR");
85m_vk.getPhysicalDeviceDisplayProperties2KHR					= (GetPhysicalDeviceDisplayProperties2KHRFunc)				GET_PROC_ADDR("vkGetPhysicalDeviceDisplayProperties2KHR");
86m_vk.getPhysicalDeviceDisplayPlaneProperties2KHR			= (GetPhysicalDeviceDisplayPlaneProperties2KHRFunc)			GET_PROC_ADDR("vkGetPhysicalDeviceDisplayPlaneProperties2KHR");
87m_vk.getDisplayModeProperties2KHR							= (GetDisplayModeProperties2KHRFunc)						GET_PROC_ADDR("vkGetDisplayModeProperties2KHR");
88m_vk.getDisplayPlaneCapabilities2KHR						= (GetDisplayPlaneCapabilities2KHRFunc)						GET_PROC_ADDR("vkGetDisplayPlaneCapabilities2KHR");
89m_vk.createDebugReportCallbackEXT							= (CreateDebugReportCallbackEXTFunc)						GET_PROC_ADDR("vkCreateDebugReportCallbackEXT");
90m_vk.destroyDebugReportCallbackEXT							= (DestroyDebugReportCallbackEXTFunc)						GET_PROC_ADDR("vkDestroyDebugReportCallbackEXT");
91m_vk.debugReportMessageEXT									= (DebugReportMessageEXTFunc)								GET_PROC_ADDR("vkDebugReportMessageEXT");
92m_vk.getPhysicalDeviceExternalImageFormatPropertiesNV		= (GetPhysicalDeviceExternalImageFormatPropertiesNVFunc)	GET_PROC_ADDR("vkGetPhysicalDeviceExternalImageFormatPropertiesNV");
93m_vk.createViSurfaceNN										= (CreateViSurfaceNNFunc)									GET_PROC_ADDR("vkCreateViSurfaceNN");
94m_vk.getPhysicalDeviceGeneratedCommandsPropertiesNVX		= (GetPhysicalDeviceGeneratedCommandsPropertiesNVXFunc)		GET_PROC_ADDR("vkGetPhysicalDeviceGeneratedCommandsPropertiesNVX");
95m_vk.releaseDisplayEXT										= (ReleaseDisplayEXTFunc)									GET_PROC_ADDR("vkReleaseDisplayEXT");
96m_vk.acquireXlibDisplayEXT									= (AcquireXlibDisplayEXTFunc)								GET_PROC_ADDR("vkAcquireXlibDisplayEXT");
97m_vk.getRandROutputDisplayEXT								= (GetRandROutputDisplayEXTFunc)							GET_PROC_ADDR("vkGetRandROutputDisplayEXT");
98m_vk.getPhysicalDeviceSurfaceCapabilities2EXT				= (GetPhysicalDeviceSurfaceCapabilities2EXTFunc)			GET_PROC_ADDR("vkGetPhysicalDeviceSurfaceCapabilities2EXT");
99m_vk.createIOSSurfaceMVK									= (CreateIOSSurfaceMVKFunc)									GET_PROC_ADDR("vkCreateIOSSurfaceMVK");
100m_vk.createMacOSSurfaceMVK									= (CreateMacOSSurfaceMVKFunc)								GET_PROC_ADDR("vkCreateMacOSSurfaceMVK");
101m_vk.getPhysicalDeviceMultisamplePropertiesEXT				= (GetPhysicalDeviceMultisamplePropertiesEXTFunc)			GET_PROC_ADDR("vkGetPhysicalDeviceMultisamplePropertiesEXT");
102