This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Windows: Create OpenGL 3.2 context when specified (not 3.3)
v6.1.6
ed
3 years ago
parent
9867ee5c30
commit
e52582a561
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/juce_opengl/native/juce_OpenGL_win32.h
+ 1
- 1
modules/juce_opengl/native/juce_OpenGL_win32.h
View File
@@ -211,7 +211,7 @@ private:
const int attribs[] =
{
WGL_CONTEXT_MAJOR_VERSION_ARB, 3,
WGL_CONTEXT_MINOR_VERSION_ARB,
3
,
WGL_CONTEXT_MINOR_VERSION_ARB,
2
,
WGL_CONTEXT_PROFILE_MASK_ARB, WGL_CONTEXT_CORE_PROFILE_BIT_ARB,
0
};
Write
Preview
Loading…
Cancel
Save