Metal: Turn Metal backend build option ON by default
This enable building the metal backend by default on Apple hardware. This is needed for further testing and the new backend selector D16774. Ref T96261
This commit is contained in:
@@ -593,7 +593,7 @@ mark_as_advanced(
|
||||
# Metal
|
||||
|
||||
if(APPLE)
|
||||
option(WITH_METAL_BACKEND "Use Metal for graphics instead of (or as well as) OpenGL on macOS." OFF)
|
||||
option(WITH_METAL_BACKEND "Use Metal for graphics instead of (or as well as) OpenGL on macOS." ON)
|
||||
mark_as_advanced(WITH_METAL_BACKEND)
|
||||
else()
|
||||
set(WITH_METAL_BACKEND OFF)
|
||||
|
Reference in New Issue
Block a user