PFNGLGETTEXIMAGEPROCDart typedef

PFNGLGETTEXIMAGEPROCDart = void Function(int target, int level, int format, int type, Pointer<NativeType> pixels)

Implementation

typedef PFNGLGETTEXIMAGEPROCDart =
    void Function(
      int target,
      int level,
      int format,
      int type,
      Pointer<NativeType> pixels,
    );