bgfx_vertex_layout_t

Vertex layout.

Members

Variables

attributes
ushort[bgfx_attrib_t.BGFX_ATTRIB_COUNT] attributes;

Used attributes.

hash
uint hash;

Hash.

offset
ushort[bgfx_attrib_t.BGFX_ATTRIB_COUNT] offset;

Attribute offsets.

stride
ushort stride;

Stride.

Meta