|
|
@@ -96,7 +96,7 @@ void OpenGLExtensionFunctions::initialise() |
|
|
|
|
|
|
|
#if JUCE_OPENGL_ES
|
|
|
|
#define JUCE_DECLARE_GL_FUNCTION(name, returnType, params, callparams) \
|
|
|
|
inline returnType OpenGLExtensionFunctions::name params { return ::name callparams; }
|
|
|
|
returnType OpenGLExtensionFunctions::name params { return ::name callparams; }
|
|
|
|
|
|
|
|
JUCE_GL_EXTENSION_FUNCTIONS (JUCE_DECLARE_GL_FUNCTION, JUCE_DECLARE_GL_FUNCTION)
|
|
|
|
#undef JUCE_DECLARE_GL_FUNCTION
|
|
|
|