gfx::pso::buffer::InstanceBuffer [] [src]

type InstanceBuffer<T> = VertexBufferCommon<T, [(); 1]>;

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