mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-14 22:50:45 +00:00
Build with NVRHI Vulkan by default
This commit is contained in:
parent
b58f009369
commit
7ee1180d22
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ option(OPENAL
|
|||
"Use OpenAL soft instead of XAudio2" OFF)
|
||||
|
||||
option(USE_VULKAN
|
||||
"Use Vulkan instead of OpenGL" OFF)
|
||||
"Use deprecated Vulkan backend instead of OpenGL" OFF)
|
||||
|
||||
option(SPIRV_SHADERC
|
||||
"Compile SPIR-V shader byte code using shaderc instead of using Glslang directly" OFF)
|
||||
|
@ -69,7 +69,7 @@ option(USE_DX12
|
|||
"Use DirectX 12" ON)
|
||||
|
||||
option(USE_NVRHI_VULKAN
|
||||
"Use Vulkan" OFF)
|
||||
"Use Vulkan" ON)
|
||||
|
||||
set(NVRHI_INSTALL OFF)
|
||||
|
||||
|
|
Loading…
Reference in a new issue