|
LowLevelGraphicsContext * | juce::createOpenGLGraphicsContext (OpenGLContext &target, int width, int height) |
| Creates a graphics context object that will render into the given OpenGL target. More...
|
|
LowLevelGraphicsContext * | juce::createOpenGLGraphicsContext (OpenGLContext &context, OpenGLFrameBuffer &target) |
| Creates a graphics context object that will render into the given OpenGL target. More...
|
|
LowLevelGraphicsContext * | juce::createOpenGLGraphicsContext (OpenGLContext &context, unsigned int frameBufferID, int width, int height) |
| Creates a graphics context object that will render into the given OpenGL target. More...
|
|