|
|
@ -569,6 +569,9 @@ static void R_CollectRendererNames( void ) |
|
|
|
#if XASH_REF_GL4ES_ENABLED |
|
|
|
#if XASH_REF_GL4ES_ENABLED |
|
|
|
"gl4es", |
|
|
|
"gl4es", |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
#if XASH_REF_GLES3COMPAT_ENABLED |
|
|
|
|
|
|
|
"gles3compat", |
|
|
|
|
|
|
|
#endif |
|
|
|
#if XASH_REF_SOFT_ENABLED |
|
|
|
#if XASH_REF_SOFT_ENABLED |
|
|
|
"soft", |
|
|
|
"soft", |
|
|
|
#endif |
|
|
|
#endif |
|
|
@ -589,6 +592,9 @@ static void R_CollectRendererNames( void ) |
|
|
|
#if XASH_REF_GL4ES_ENABLED |
|
|
|
#if XASH_REF_GL4ES_ENABLED |
|
|
|
"GL4ES", |
|
|
|
"GL4ES", |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
#if XASH_REF_GLES3COMPAT_ENABLED |
|
|
|
|
|
|
|
"GLES3 (gl2_shim)" |
|
|
|
|
|
|
|
#endif |
|
|
|
#if XASH_REF_SOFT_ENABLED |
|
|
|
#if XASH_REF_SOFT_ENABLED |
|
|
|
"Software", |
|
|
|
"Software", |
|
|
|
#endif |
|
|
|
#endif |
|
|
|