Removing glFinish from pre-wait check.
This commit is contained in:
@@ -429,7 +429,6 @@ void CommandProcessor::PrepareForWait() {
|
|||||||
// make interrupt callbacks from the GPU so that we don't have to do a full
|
// make interrupt callbacks from the GPU so that we don't have to do a full
|
||||||
// synchronize here.
|
// synchronize here.
|
||||||
glFlush();
|
glFlush();
|
||||||
glFinish();
|
|
||||||
|
|
||||||
if (FLAGS_thread_safe_gl) {
|
if (FLAGS_thread_safe_gl) {
|
||||||
context_->ClearCurrent();
|
context_->ClearCurrent();
|
||||||
|
|||||||
Reference in New Issue
Block a user