Open gregorscholz opened 1 year ago
As I read the windows backend, It works like draw things to FBO (in the memory of GPU), then it will be swap to the CPU side, and put to Flutter Texture finally. Actually it has one more FBO in _flutterGlPlugin.updateTexture().
As I read the windows backend, It works like draw things to FBO (in the memory of GPU), then it will be swap to the CPU side, and put to Flutter Texture finally. Actually it has one more FBO in _flutterGlPlugin.updateTexture().