diff options
| author | Rémi Verschelde | 2017-11-19 17:52:18 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-11-19 17:52:18 +0100 |
| commit | 9f134aa5d1b9e3714cd9a19948004204b7f41c68 (patch) | |
| tree | 3b72e6adb818217ceec82f4c038a0879abb72ca4 /platform/windows/context_gl_win.cpp | |
| parent | bea607d53e4adff19956adbe09ace170d8cc40b8 (diff) | |
| download | godot-9f134aa5d1b9e3714cd9a19948004204b7f41c68.tar.gz godot-9f134aa5d1b9e3714cd9a19948004204b7f41c68.tar.zst godot-9f134aa5d1b9e3714cd9a19948004204b7f41c68.zip | |
Diffstat (limited to 'platform/windows/context_gl_win.cpp')
| -rw-r--r-- | platform/windows/context_gl_win.cpp | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/platform/windows/context_gl_win.cpp b/platform/windows/context_gl_win.cpp index 8571f0dc6..81aa18dd2 100644 --- a/platform/windows/context_gl_win.cpp +++ b/platform/windows/context_gl_win.cpp @@ -27,25 +27,12 @@ /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#if defined(OPENGL_ENABLED) || defined(GLES2_ENABLED) +#if defined(OPENGL_ENABLED) || defined(GLES_ENABLED) -// -// C++ Implementation: context_gl_x11 -// -// Description: -// -// // Author: Juan Linietsky <reduzio@gmail.com>, (C) 2008 -// -// Copyright: See COPYING file that comes with this distribution -// -// #include "context_gl_win.h" -//#include "drivers/opengl/glwrapper.h" -//#include "ctxgl_procaddr.h" - #define WGL_CONTEXT_MAJOR_VERSION_ARB 0x2091 #define WGL_CONTEXT_MINOR_VERSION_ARB 0x2092 #define WGL_CONTEXT_FLAGS_ARB 0x2094 |
