mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-21 03:11:57 +00:00
Remove rev_vk from the client.
This commit is contained in:
parent
0838faf120
commit
76d61d9d8f
1 changed files with 0 additions and 3 deletions
|
@ -239,9 +239,6 @@ static qboolean checkForHelp(int argc, char **argv)
|
|||
printf(" 'gl1' (the OpenGL 1.x renderer),\n");
|
||||
printf(" 'gl3' (the OpenGL 3.2 renderer),\n");
|
||||
printf(" 'soft' (the software renderer)\n");
|
||||
#ifdef USE_REFVK
|
||||
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