PFNGLGETNCOLORTABLEARBPROC typedef

PFNGLGETNCOLORTABLEARBPROC = Void Function(Uint32 target, Uint32 format, Uint32 type, Uint32 bufSize, Pointer<NativeType> table)

Implementation

typedef PFNGLGETNCOLORTABLEARBPROC =
    Void Function(
      Uint32 target,
      Uint32 format,
      Uint32 type,
      Uint32 bufSize,
      Pointer<NativeType> table,
    );