Switched nvrhi to github.com/RobertBeckebans/nvrhi.git

This commit is contained in:
Robert Beckebans 2022-09-17 13:37:34 +02:00
parent f975108e43
commit 44d65a6377
3 changed files with 3 additions and 3 deletions

2
.gitmodules vendored
View file

@ -3,4 +3,4 @@
url = https://github.com/KhronosGroup/glslang.git
[submodule "neo/extern/nvrhi"]
path = neo/extern/nvrhi
url = https://github.com/stephenap07/nvrhi.git
url = https://github.com/RobertBeckebans/nvrhi.git

2
neo/extern/nvrhi vendored

@ -1 +1 @@
Subproject commit 43d74475fdc369c6a31b25efe31c3b7f99a81807
Subproject commit 2caca768dc9598cd8e46f3d2257270a1db1981ce

View file

@ -67,7 +67,7 @@ idCVar r_requestStereoPixelFormat( "r_requestStereoPixelFormat", "1", CVAR_RENDE
idCVar r_debugContext( "r_debugContext", "0", CVAR_RENDERER, "Enable various levels of context debug." );
#if defined( USE_NVRHI )
#if defined( _WIN32 )
idCVar r_graphicsAPI( "r_graphicsAPI", "vulkan", CVAR_RENDERER, "Specifies the graphics api to use (dx12, vulkan)" );
idCVar r_graphicsAPI( "r_graphicsAPI", "dx12", CVAR_RENDERER, "Specifies the graphics api to use (dx12, vulkan)" );
#else
idCVar r_graphicsAPI( "r_graphicsAPI", "vulkan", CVAR_RENDERER, "Specifies the graphics api to use (vulkan)" );
#endif