GRAPHICS: Clean up OpenGL defines (#3551)
This commit is contained in:
parent
1c8bb3cccc
commit
4d206e5286
57 changed files with 127 additions and 116 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include "graphics/opengl/system_headers.h"
|
||||
|
||||
#if defined(USE_OPENGL_GAME) || defined(USE_OPENGL_SHADERS) || defined(USE_GLES2)
|
||||
#if defined(USE_OPENGL_GAME) || defined(USE_OPENGL_SHADERS)
|
||||
|
||||
namespace Common {
|
||||
DECLARE_SINGLETON(OpenGL::ContextGL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue