Browse Source

Added some linux GL definitions

tags/2021-05-28
jules 9 years ago
parent
commit
3d341b8ca1
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      modules/juce_opengl/native/juce_OpenGLExtensions.h

+ 3
- 0
modules/juce_opengl/native/juce_OpenGLExtensions.h View File

@@ -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…
Cancel
Save