PFNGLCOLORSUBTABLEPROC typedef

PFNGLCOLORSUBTABLEPROC = Void Function(Uint32 target, Uint32 start, Uint32 count, Uint32 format, Uint32 type, Pointer<NativeType> data)

Implementation

typedef PFNGLCOLORSUBTABLEPROC =
    Void Function(
      Uint32 target,
      Uint32 start,
      Uint32 count,
      Uint32 format,
      Uint32 type,
      Pointer<NativeType> data,
    );