mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-01 05:30:58 +00:00
It's vk, not vulkan.
This commit is contained in:
parent
968cd4248d
commit
e66fd250c2
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ static qboolean checkForHelp(int argc, char **argv)
|
|||
printf(" 'gl3' (the OpenGL 3.2 renderer),\n");
|
||||
printf(" 'soft' (the software renderer)\n");
|
||||
#ifdef USE_REFVK
|
||||
printf(" 'vulkan' (the experimental Vulkan renderer)\n");
|
||||
printf(" 'vk' (the experimental Vulkan renderer)\n");
|
||||
#endif
|
||||
#endif // DEDICATED_ONLY
|
||||
printf("\nSee https://github.com/yquake2/yquake2/blob/master/doc/04_cvarlist.md\nfor some more cvars\n");
|
||||
|
|
Loading…
Reference in a new issue