PFNGLARRAYOBJECTATIPROC typedef

PFNGLARRAYOBJECTATIPROC = Void Function(Uint32 array, Int32 size, Uint32 type, Uint32 stride, Uint32 buffer, Uint32 offset)

Implementation

typedef PFNGLARRAYOBJECTATIPROC =
    Void Function(
      Uint32 array,
      Int32 size,
      Uint32 type,
      Uint32 stride,
      Uint32 buffer,
      Uint32 offset,
    );