Vulkan is the best of the renders!

Co-authored-by: Ivan Avdeev <me@w23.ru>
This commit is contained in:
Valery Klachkov 2021-12-02 08:35:42 +03:00 committed by Ivan Avdeev
parent 4c14dfbd9f
commit 99f382429e
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ GNU General Public License for more details.
#define XASH_ENGINE_NAME "Xash3D FWGS"
// renderers order is important, software is always a last chance fallback
#define DEFAULT_RENDERERS { "gl", "gles1", "gles2", "gl4es", "soft", "vk" }
#define DEFAULT_RENDERERS { "vk", "gl", "gles1", "gles2", "gl4es", "soft" }
#define DEFAULT_RENDERERS_LEN 6
#endif//COM_STRINGS_H