glReadPixels function

  1. @JS()
void glReadPixels(
  1. JSObject gl,
  2. int x,
  3. int y,
  4. int width,
  5. int height,
  6. int format,
  7. int type,
  8. JSAny? pixels,
)

Implementation

@JS()
external void glReadPixels(JSObject gl, int x, int y, int width, int height, int format, int type, JSAny? pixels);