diff options
Diffstat (limited to 'common/vulkan_wrapper.cpp')
| -rw-r--r-- | common/vulkan_wrapper.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/vulkan_wrapper.cpp b/common/vulkan_wrapper.cpp index f0075660..cd3d7efc 100644 --- a/common/vulkan_wrapper.cpp +++ b/common/vulkan_wrapper.cpp @@ -1125,6 +1125,10 @@ PFN_vkCreateMacOSSurfaceMVK vkCreateMacOSSurfaceMVK; PFN_vkCreateMetalSurfaceEXT vkCreateMetalSurfaceEXT; #endif +#ifdef VK_USE_PLATFORM_METAL_EXT +PFN_vkExportMetalObjectsEXT vkExportMetalObjectsEXT; +#endif + #ifdef VK_USE_PLATFORM_VI_NN PFN_vkCreateViSurfaceNN vkCreateViSurfaceNN; #endif |
