Mac compile fix

This commit is contained in:
baldurk
2020-07-01 22:17:36 +01:00
parent 46552fa03f
commit 904c29e5eb
+1 -1
View File
@@ -119,7 +119,7 @@
#define HookInitExtension_Instance_Metal() \
HookInitExtension(VK_EXT_metal_surface, CreateMetalSurfaceEXT);
#define HookDefine_PlatformSpecific_Metal() \
#define HookDefine_Metal() \
HookDefine4(VkResult, vkCreateMetalSurfaceEXT, VkInstance, instance, \
const VkMetalSurfaceCreateInfoEXT *, pCreateInfo, const VkAllocationCallbacks *, \
pAllocator, VkSurfaceKHR *, pSurface);