Browse Source

OpenGL: Avoid taking X lock when swapping buffers to reduce lock contention

v7.0.9
reuk 2 years ago
parent
commit
c2949edda0
No known key found for this signature in database GPG Key ID: FCB43929F012EE5C
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      modules/juce_opengl/native/juce_OpenGL_linux.h

+ 0
- 1
modules/juce_opengl/native/juce_OpenGL_linux.h View File

@@ -346,7 +346,6 @@ public:
void swapBuffers()
{
XWindowSystemUtilities::ScopedXLock xLock;
glXSwapBuffers (display, glxWindow.get());
}


Loading…
Cancel
Save