UgVertexDesc

Vertex buffer layout description

It

Stride and attribute array describing the vertex buffer layout

struct It {
  U32 stride;
  UgVertexAttrib.It* attributes;
  U32 attributeCount;
};