mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
Disable Vulkan driver by default on Apple
This commit is contained in:
committed by
Baldur Karlsson
parent
4c816c73af
commit
353bd7c8d1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user