PFNGLGETMINMAXPROCDart typedef

PFNGLGETMINMAXPROCDart = void Function(int target, int reset, int format, int types, Pointer<NativeType> values)

Implementation

typedef PFNGLGETMINMAXPROCDart =
    void Function(
      int target,
      int reset,
      int format,
      int types,
      Pointer<NativeType> values,
    );