PFNGLGETCOLORTABLEEXTPROC typedef

PFNGLGETCOLORTABLEEXTPROC = Void Function(Uint32 target, Uint32 format, Uint32 type, Pointer<NativeType> data)

Implementation

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