PFNGLREADPIXELSPROCDart typedef

PFNGLREADPIXELSPROCDart = void Function(int x, int y, int width, int height, int format, int type, Pointer<NativeType> pixels)

Implementation

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