Browse Source

Platform: added missing define for desktop GLES on Windows.

pull/179/head
Vladimír Vondruš 10 years ago
parent
commit
d44d50293f
  1. 1
      src/Magnum/Platform/WindowlessWglApplication.cpp

1
src/Magnum/Platform/WindowlessWglApplication.cpp

@ -41,6 +41,7 @@
#define WGL_CONTEXT_PROFILE_MASK_ARB 0x9126
#define WGL_CONTEXT_CORE_PROFILE_BIT_ARB 0x00000001
#define WGL_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB 0x0002
#define WGL_CONTEXT_ES2_PROFILE_BIT_EXT 0x00000004
#endif
namespace Magnum { namespace Platform {

Loading…
Cancel
Save