PFNGLGETNMINMAXARBPROC typedef

PFNGLGETNMINMAXARBPROC = Void Function(Uint32 target, Int32 reset, Uint32 format, Uint32 type, Uint32 bufSize, Pointer<NativeType> values)

Implementation

typedef PFNGLGETNMINMAXARBPROC =
    Void Function(
      Uint32 target,
      Int32 reset,
      Uint32 format,
      Uint32 type,
      Uint32 bufSize,
      Pointer<NativeType> values,
    );