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

type InstanceBuffer<T> = VertexBufferCommon<T, Instanced>;

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