PFNGLVARIANTARRAYOBJECTATIPROC typedef

PFNGLVARIANTARRAYOBJECTATIPROC = Void Function(Uint32 id, Uint32 type, Uint32 stride, Uint32 buffer, Uint32 offset)

Implementation

typedef PFNGLVARIANTARRAYOBJECTATIPROC =
    Void Function(
      Uint32 id,
      Uint32 type,
      Uint32 stride,
      Uint32 buffer,
      Uint32 offset,
    );