mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-19 01:04:20 +00:00
Added some linux GL definitions
This commit is contained in:
parent
0874d5d7e6
commit
3d341b8ca1
1 changed files with 3 additions and 0 deletions
|
|
@ -120,6 +120,9 @@ struct OpenGLExtensionFunctions
|
|||
#define JUCE_DECLARE_GL_FUNCTION(name, returnType, params, callparams) typedef returnType (*type_ ## name) params; type_ ## name name;
|
||||
JUCE_GL_BASE_FUNCTIONS (JUCE_DECLARE_GL_FUNCTION)
|
||||
JUCE_GL_EXTENSION_FUNCTIONS (JUCE_DECLARE_GL_FUNCTION)
|
||||
#if JUCE_OPENGL3
|
||||
JUCE_GL_VERTEXBUFFER_FUNCTIONS (JUCE_DECLARE_GL_FUNCTION)
|
||||
#endif
|
||||
|
||||
//==============================================================================
|
||||
#elif JUCE_OPENGL_ES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue