PFNGLDRAWPIXELSPROCDart typedef

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

Implementation

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