BASE: Added more information about opengl related features
This commit is contained in:
parent
11f15a2bfa
commit
2ecbaef5b5
1 changed files with 12 additions and 0 deletions
|
@ -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
|
||||||
;
|
;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue