pub type bgfx_vertex_layout_t = bgfx_vertex_layout_s;
Expand description

Vertex layout.

Aliased Type§

struct bgfx_vertex_layout_t {
    pub hash: u32,
    pub stride: u16,
    pub offset: [u16; 18],
    pub attributes: [u16; 18],
}

Fields§

§hash: u32§stride: u16

Hash.

§offset: [u16; 18]

Stride.

§attributes: [u16; 18]

Attribute offsets.