UgVertexAttrib

Single vertex attribute binding description

It

Location, format, and byte offset of one vertex attribute

struct It {
  U32 location;
  VkFormat format;
  U32 offset;
};