UgVertexAttrib
Single vertex attribute binding description
It
Location, format, and byte offset of one vertex attribute
struct It {
U32 location;
VkFormat format;
U32 offset;
};Single vertex attribute binding description
Location, format, and byte offset of one vertex attribute
struct It {
U32 location;
VkFormat format;
U32 offset;
};