We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5f608 commit 0fc52bcCopy full SHA for 0fc52bc
engine/src/flutter/impeller/renderer/backend/gles/reactor_gles.cc
@@ -374,7 +374,7 @@ bool ReactorGLES::FlushOps() {
374
375
void ReactorGLES::SetupDebugGroups() {
376
// Setup of a default active debug group: Filter everything in.
377
- if (proc_table_->DebugMessageControlKHR.IsAvailable()) {
+ if (can_set_debug_labels_) {
378
proc_table_->DebugMessageControlKHR(GL_DONT_CARE, // source
379
GL_DONT_CARE, // type
380
GL_DONT_CARE, // severity
0 commit comments