[][src]Type Definition amethyst_rendy::submodules::DynamicIndexBuffer

type DynamicIndexBuffer<B, T> = DynamicVertexData<B, IndexData<B, T>, T>;

Type alias for a set of dynamic index buffer data to be managed. See the documentation for [DynamicVertexData] for implementation details.