1
0
Fork 0
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:
ed 2019-04-23 09:41:54 +01:00
parent a9b4dcd9e9
commit be589191a0

View file

@ -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,