glReadPixels method
Implementation
void glReadPixels(int x, int y, int width, int height, int format, int type, TypedData? pixels) {
gles.glReadPixels(gl, x, y, width, height, format, type, pixels.jsify());
}
void glReadPixels(int x, int y, int width, int height, int format, int type, TypedData? pixels) {
gles.glReadPixels(gl, x, y, width, height, format, type, pixels.jsify());
}