PFNGLHISTOGRAMPROC typedef

PFNGLHISTOGRAMPROC = Void Function(Uint32 target, Uint32 width, Uint32 internalformat, Int32 sink)

Implementation

typedef PFNGLHISTOGRAMPROC =
    Void Function(
      Uint32 target,
      Uint32 width,
      Uint32 internalformat,
      Int32 sink,
    );