PFNGLCOLORTABLEEXTPROC typedef

PFNGLCOLORTABLEEXTPROC = Void Function(Uint32 target, Uint32 internalFormat, Uint32 width, Uint32 format, Uint32 type, Pointer<NativeType> table)

Implementation

typedef PFNGLCOLORTABLEEXTPROC =
    Void Function(
      Uint32 target,
      Uint32 internalFormat,
      Uint32 width,
      Uint32 format,
      Uint32 type,
      Pointer<NativeType> table,
    );