mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added method OpenGLContext::deactivateCurrentContext().
This commit is contained in:
parent
54573ae2e5
commit
bd0741f9a9
7 changed files with 26 additions and 3 deletions
|
|
@ -68,6 +68,7 @@ public:
|
|||
|
||||
bool makeActive() const noexcept { return isInsideGLCallback; }
|
||||
bool isActive() const noexcept { return isInsideGLCallback; }
|
||||
static void deactivateCurrentContext() {}
|
||||
|
||||
void swapBuffers() const noexcept {}
|
||||
bool setSwapInterval (const int) { return false; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue