updateTexture static method
Implementation
static Future<void> updateTexture(FlutterAngleTexture texture,[WebGLTexture? sourceTexture]) async {
texture.rawOpenGl.glFlush();
}
static Future<void> updateTexture(FlutterAngleTexture texture,[WebGLTexture? sourceTexture]) async {
texture.rawOpenGl.glFlush();
}