mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
OpenGL: Added GL_POINT_SPRITE to juce_MissingGLDefinitions.h
This commit is contained in:
parent
a9b4dcd9e9
commit
be589191a0
1 changed files with 4 additions and 0 deletions
|
|
@ -96,6 +96,10 @@ enum MissingOpenGLDefinitions
|
|||
GL_MAX_ELEMENTS_INDICES = 0x80E9,
|
||||
#endif
|
||||
|
||||
#ifndef GL_POINT_SPRITE
|
||||
GL_POINT_SPRITE = 0x8861,
|
||||
#endif
|
||||
|
||||
#if JUCE_WINDOWS && ! defined (GL_TEXTURE0)
|
||||
GL_OPERAND0_RGB = 0x8590,
|
||||
GL_OPERAND1_RGB = 0x8591,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue