mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Disable GLES support on mac
This commit is contained in:
+2
-1
@@ -141,8 +141,9 @@ set(RENDERDOC_VERSION "${RENDERDOC_VERSION_MAJOR}.${RENDERDOC_VERSION_MINOR}")
|
||||
message(STATUS "Building RenderDoc version ${RENDERDOC_VERSION}")
|
||||
|
||||
if(APPLE)
|
||||
message(STATUS "Disabling Vulkan driver on apple")
|
||||
message(STATUS "Disabling Vulkan and GLES drivers on apple")
|
||||
set(ENABLE_VULKAN OFF CACHE BOOL "" FORCE)
|
||||
set(ENABLE_GLES OFF CACHE BOOL "" FORCE)
|
||||
endif()
|
||||
|
||||
if(ANDROID)
|
||||
|
||||
Reference in New Issue
Block a user