mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
GL fixes, clean-ups, docs.
This commit is contained in:
parent
87d3acf19f
commit
0f8cc04904
10 changed files with 188 additions and 125 deletions
|
|
@ -72,7 +72,6 @@ public:
|
|||
}
|
||||
|
||||
bool makeActive() const noexcept { return isInsideGLCallback; }
|
||||
bool makeInactive() const noexcept { return true; }
|
||||
bool isActive() const noexcept { return isInsideGLCallback; }
|
||||
|
||||
void swapBuffers() const noexcept {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue