From 60d6c967106e384eb9824de543d106dd33149523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 2 Jan 2016 01:23:12 +0100 Subject: [PATCH] Platform: use context configuration flags also on ES builds. --- src/Magnum/Platform/WindowlessGlxApplication.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Magnum/Platform/WindowlessGlxApplication.cpp b/src/Magnum/Platform/WindowlessGlxApplication.cpp index 2f34dee5b..a17ec3168 100644 --- a/src/Magnum/Platform/WindowlessGlxApplication.cpp +++ b/src/Magnum/Platform/WindowlessGlxApplication.cpp @@ -93,6 +93,7 @@ bool WindowlessGlxApplication::tryCreateContext(const Configuration& configurati #endif GLX_CONTEXT_MINOR_VERSION_ARB, 0, GLX_CONTEXT_PROFILE_MASK_ARB, GLX_CONTEXT_ES2_PROFILE_BIT_EXT, + GLX_CONTEXT_FLAGS_ARB, GLint(configuration.flags()), #else /* Similarly to what's done in Sdl2Application, try to request core context first */