mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
OpenGL linux fix, and removed some deprecated GL calls.
This commit is contained in:
parent
d117e0adaa
commit
25c70643e3
7 changed files with 8 additions and 27 deletions
|
|
@ -324,7 +324,8 @@ public:
|
|||
jassert (! cachedImageFrameBuffer.isValid());
|
||||
|
||||
context.makeActive();
|
||||
nativeContext->initialiseOnRenderThread();
|
||||
nativeContext->initialiseOnRenderThread (context);
|
||||
|
||||
glViewport (0, 0, component.getWidth(), component.getHeight());
|
||||
|
||||
context.extensions.initialise();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue