GlReadPixels typedef
GlReadPixels =
void Function(int x, int y, int width, int height, int format, int type, Pointer<NativeType> pixels)
Implementation
typedef GlReadPixels = void Function(
int x, int y, int width, int height, int format, int type, Pointer pixels);