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
|
|
@ -63,7 +63,7 @@ public:
|
|||
glView.clear();
|
||||
}
|
||||
|
||||
void initialiseOnRenderThread() {}
|
||||
void initialiseOnRenderThread (OpenGLContext&) {}
|
||||
void shutdownOnRenderThread() {}
|
||||
|
||||
bool makeActive() const noexcept { return isInsideGLCallback; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue