mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-13 19:40:43 +00:00
- enable vulkan support for all platforms
This commit is contained in:
parent
0efe15ae98
commit
6cfc814463
1 changed files with 2 additions and 1 deletions
|
@ -188,9 +188,10 @@ target_architecture(TARGET_ARCHITECTURE)
|
|||
|
||||
if( ${TARGET_ARCHITECTURE} 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