Browse Source
OpenGL: Avoid taking X lock when swapping buffers to reduce lock contention
v7.0.9
reuk
2 years ago
No known key found for this signature in database
GPG Key ID: FCB43929F012EE5C
1 changed files with
0 additions and
1 deletions
-
modules/juce_opengl/native/juce_OpenGL_linux.h
|
|
@@ -346,7 +346,6 @@ public: |
|
|
|
|
|
|
|
void swapBuffers()
|
|
|
|
{
|
|
|
|
XWindowSystemUtilities::ScopedXLock xLock;
|
|
|
|
glXSwapBuffers (display, glxWindow.get());
|
|
|
|
}
|
|
|
|
|
|
|
|