We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9586dc9 commit 3345902Copy full SHA for 3345902
public/togl/linuxwin/glmgrext.h
@@ -28,16 +28,7 @@
28
//===============================================================================
29
30
#pragma once
31
-
32
-#ifdef OSX
33
-#include <OpenGL/gl.h>
34
-#include <OpenGL/glext.h>
35
-#elif defined(DX_TO_GL_ABSTRACTION)
36
-#include <GL/gl.h>
37
-#include <GL/glext.h>
38
-#else
39
-#error
40
-#endif
+#include "SDL_opengl.h"
41
42
#ifndef GL_EXT_framebuffer_sRGB
43
#define GL_FRAMEBUFFER_SRGB_EXT 0x8DB9
public/togl/rendermechanism.h
@@ -34,13 +34,7 @@
#undef PROTECTED_THINGS_ENABLE
-#include <OpenGL/OpenGL.h>
44
#include "tier0/basetypes.h"
45
#include "tier0/platform.h"
46
0 commit comments