wasabia / flutter_gl

cross-platform call OpenGL API by Dart through dart:ffi. Provides OpenGL with Texture Widget on Flutter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why does it only supports to draw to FBO?

gregorscholz opened this issue · comments

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().