mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-27 06:22:43 +00:00
- enabled Vulkan support by default
Recent models of Raspberry Pi have Vulkan drivers, ARM-based Macs support it as well
This commit is contained in:
parent
b2289528c6
commit
49b289d54e
1 changed files with 2 additions and 1 deletions
|
@ -197,9 +197,10 @@ target_architecture(ZDOOM_TARGET_ARCH)
|
|||
|
||||
if( ${ZDOOM_TARGET_ARCH} MATCHES "x86_64" )
|
||||
set( HAVE_VM_JIT ON )
|
||||
option (HAVE_VULKAN "Enable Vulkan support" ON)
|
||||
endif()
|
||||
|
||||
option (HAVE_VULKAN "Enable Vulkan support" ON)
|
||||
|
||||
# no, we're not using external asmjit for now, we made too many modifications to our's.
|
||||
# if the asmjit author uses our changes then we'll update this.
|
||||
|
||||
|
|
Loading…
Reference in a new issue