bgfx_vertex_decl_t

Vertex declaration.

struct bgfx_vertex_decl_t {
uint32_t hash;
uint16_t stride;
uint16_t[BGFX_ATTRIB_COUNT] offset;
uint16_t[BGFX_ATTRIB_COUNT] attributes;
}

Meta