PFNGLCOPYCOLORTABLESGIPROC typedef

PFNGLCOPYCOLORTABLESGIPROC = Void Function(Uint32 target, Uint32 internalformat, Int32 x, Int32 y, Uint32 width)

Implementation

typedef PFNGLCOPYCOLORTABLESGIPROC =
    Void Function(
      Uint32 target,
      Uint32 internalformat,
      Int32 x,
      Int32 y,
      Uint32 width,
    );