Type Definition gfx::pso::buffer::InstanceBuffer [−][src]
type InstanceBuffer<T> = VertexBufferCommon<T, Instanced>;
Instance buffer component. Same as the vertex buffer but advances per instance.
type InstanceBuffer<T> = VertexBufferCommon<T, Instanced>;
Instance buffer component. Same as the vertex buffer but advances per instance.