mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
Cocoa: Add support for VK_EXT_metal_surface
This adds optional support for the VK_EXT_metal_surface instance extension. Closes #1619.
This commit is contained in:
committed by
Camilla Löwy
parent
9372ba95fa
commit
c5cb4a253a
@@ -40,6 +40,7 @@
|
||||
#cmakedefine _GLFW_WIN32
|
||||
// Define this to 1 if building GLFW for Cocoa
|
||||
#cmakedefine _GLFW_COCOA
|
||||
#cmakedefine VK_USE_PLATFORM_METAL_EXT
|
||||
// Define this to 1 if building GLFW for Wayland
|
||||
#cmakedefine _GLFW_WAYLAND
|
||||
// Define this to 1 if building GLFW for OSMesa
|
||||
|
||||
Reference in New Issue
Block a user