don't mark texture frame available when USE_BACKING_WINDOW is true
This commit is contained in:
@@ -157,7 +157,9 @@ void FlutterFilamentPlugin::RenderCallback() {
|
||||
#ifdef USE_ANGLE
|
||||
_active->RenderCallback();
|
||||
#endif
|
||||
#if !WGL_USE_BACKING_WINDOW
|
||||
_textureRegistrar->MarkTextureFrameAvailable(flutterTextureId);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user