1
0
Fork 0
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:
jules 2012-05-04 11:23:57 +01:00
parent 54573ae2e5
commit bd0741f9a9
7 changed files with 26 additions and 3 deletions

View file

@ -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; }