PFNGLCOLORTABLESGIPROCDart typedef

PFNGLCOLORTABLESGIPROCDart = void Function(int target, int internalformat, int width, int format, int type, Pointer<NativeType> table)

Implementation

typedef PFNGLCOLORTABLESGIPROCDart =
    void Function(
      int target,
      int internalformat,
      int width,
      int format,
      int type,
      Pointer<NativeType> table,
    );