PFNGLGETMINMAXPROC typedef

PFNGLGETMINMAXPROC = Void Function(Uint32 target, Int32 reset, Uint32 format, Uint32 types, Pointer<NativeType> values)

Implementation

typedef PFNGLGETMINMAXPROC =
    Void Function(
      Uint32 target,
      Int32 reset,
      Uint32 format,
      Uint32 types,
      Pointer<NativeType> values,
    );