mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-09 04:30:09 +00:00
(Fixed typo in last commit)
This commit is contained in:
parent
bea96840b9
commit
c58d91fc04
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ enum MissingOpenGLDefinitions
|
|||
GL_ELEMENT_ARRAY_BUFFER = 0x8893,
|
||||
GL_STATIC_DRAW = 0x88E4,
|
||||
GL_DYNAMIC_DRAW = 0x88E8,
|
||||
GL_STREAM_DRAW = 0x88E0
|
||||
GL_STREAM_DRAW = 0x88E0,
|
||||
|
||||
WGL_NUMBER_PIXEL_FORMATS_ARB = 0x2000,
|
||||
WGL_DRAW_TO_WINDOW_ARB = 0x2001,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue