diff --git a/client/src/render.c b/client/src/render.c index 5d27833..8bf9b13 100644 --- a/client/src/render.c +++ b/client/src/render.c @@ -19,6 +19,9 @@ const char * instance_extensions[] = { VK_KHR_PORTABILITY_ENUMERATION_EXTENSION_NAME, VK_EXT_DEBUG_UTILS_EXTENSION_NAME, VK_EXT_DEBUG_REPORT_EXTENSION_NAME, +#ifdef __APPLE__ + "VK_EXT_metal_surface", +#endif VK_KHR_SURFACE_EXTENSION_NAME, }; uint32_t instance_extension_count = sizeof(instance_extensions) / sizeof(const char *);