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

How to get access to raw pixel data? glGetTexImage? #55

Open chipweinberger opened 3 weeks ago

chipweinberger commented 3 weeks ago

I want to access the raw pixels from dart

thanks

chipweinberger commented 3 weeks ago

maybe this

void readPixels(int x, int y, int width, int height, int format, int type, NativeArray data) {