
Classes | |
| struct | juce::OpenGLExtensionFunctions |
| This class contains a generated list of OpenGL extension functions, which are either dynamically loaded for a specific GL context, or simply call-through to the appropriate OS function where available. More... | |
Namespaces | |
| juce | |
Macros | |
| #define | JUCE_GL_BASE_FUNCTIONS |
| #define | JUCE_GL_EXTENSION_FUNCTIONS |
| #define | JUCE_GL_VERTEXBUFFER_FUNCTIONS |
| #define | X(name) static decltype (::juce::gl::name)& name; |
Enumerations | |
| enum | juce::MissingOpenGLDefinitions { juce::JUCE_RGBA_FORMAT = ::juce::gl::GL_RGBA } |
| #define JUCE_GL_BASE_FUNCTIONS |
This macro contains a list of GL extension functions that need to be dynamically loaded on Windows/Linux.
| #define JUCE_GL_EXTENSION_FUNCTIONS |
This macro contains a list of GL extension functions that need to be dynamically loaded on Windows/Linux.
| #define JUCE_GL_VERTEXBUFFER_FUNCTIONS |
This macro contains a list of GL extension functions that need to be dynamically loaded on Windows/Linux.
| #define X | ( | name | ) | static decltype (::juce::gl::name)& name; |