PFNGLGETHISTOGRAMEXTPROC typedef

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

Implementation

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