wasabia / flutter_gl

cross-platform call OpenGL API by Dart through dart:ffi. Provides OpenGL with Texture Widget on Flutter.
243 stars 60 forks source link

Why does it only supports to draw to FBO? #49

Open gregorscholz opened 11 months ago

beelabcloud commented 10 months 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().