Type Definition gfx::pso::buffer::InstanceBuffer

source ·
pub type InstanceBuffer<T> = VertexBufferCommon<T, Instanced>;
Expand description

Instance buffer component. Same as the vertex buffer but advances per instance.