BASE: Added more information about opengl related features

This commit is contained in:
Pawel Kolodziejski 2020-10-07 11:33:22 +02:00
parent 11f15a2bfa
commit 2ecbaef5b5

View file

@ -172,5 +172,17 @@ const char *gScummVMFeatures = ""
#ifdef USE_SDL_NET #ifdef USE_SDL_NET
"SDL_net " "SDL_net "
#endif #endif
#endif
#ifdef USE_OPENGL
"OpenGL "
#ifdef USE_OPENGL_SHADERS
"(with shaders) "
#endif
#endif
#ifdef USE_GLES2
"OpenGL ES 2 "
#endif
#ifdef USE_GLEW
"GLEW "
#endif #endif
; ;