JUCE
Namespaces | Enumerations
juce_MissingGLDefinitions.h File Reference

Namespaces

 juce
 Classes for IIR filter processing.
 

Enumerations

enum  juce::MissingOpenGLDefinitions {
  juce::GL_CLAMP_TO_EDGE = 0x812f, juce::GL_NUM_EXTENSIONS = 0x821d, juce::GL_BGRA_EXT = 0x80e1, juce::GL_DEPTH24_STENCIL8 = 0x88F0,
  juce::GL_RGBA8 = GL_RGBA, juce::GL_RGBA32F = 0x8814, juce::GL_COLOR_ATTACHMENT0 = 0x8CE0, juce::GL_DEPTH_ATTACHMENT = 0x8D00,
  juce::GL_FRAMEBUFFER = 0x8D40, juce::GL_FRAMEBUFFER_BINDING = 0x8CA6, juce::GL_FRAMEBUFFER_COMPLETE = 0x8CD5, juce::GL_RENDERBUFFER = 0x8D41,
  juce::GL_RENDERBUFFER_DEPTH_SIZE = 0x8D54, juce::GL_STENCIL_ATTACHMENT = 0x8D20, juce::GL_MULTISAMPLE = 0x809D, juce::GL_MAX_ELEMENTS_INDICES = 0x80E9,
  juce::JUCE_RGBA_FORMAT = GL_RGBA
}
 These are important openGL values that aren't defined by default by the GL headers on various platforms. More...