Disable Vulkan driver by default on Apple

This commit is contained in:
Jake Turner
2017-01-01 18:57:30 +00:00
committed by Baldur Karlsson
parent 4c816c73af
commit 353bd7c8d1
+5
View File
@@ -58,6 +58,11 @@ if(WIN32)
message(FATAL_ERROR "CMake is not needed on Windows, just open and build renderdoc.sln")
endif()
if(APPLE)
message(STATUS "Disabling Vulkan driver on apple")
set(ENABLE_VULKAN OFF CACHE BOOL "" FORCE)
endif()
if(ANDROID)
message(STATUS "Disabling GL driver on android - no support for EGL/GLES")
set(ENABLE_GL OFF CACHE BOOL "" FORCE)