cocoa: untested vulkan code
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoI_xD 2026-04-14 20:08:45 -07:00
commit 28f6d6ac56

View file

@ -235,7 +235,7 @@ static int vulkan_instance_setup(MwWidget handle, vulkan_t* o) {
MwWaylandAlwaysRender = MwTRUE;
}
#endif
#ifdef USE_WAYLAND
#ifdef USE_COCOA
if(handle->lowlevel->common.type == MwLLBackendCocoa) {
arrput(enabledExtensions, VK_EXT_METAL_SURFACE_EXTENSION_NAME);
}