[−][src]Trait amethyst_rendy::submodules::VertexDataBufferType
Type trait for allowing type-based implementation details for binding the different buffer types
of index and vertex DynamicVertexData
Type trait for allowing type-based implementation details for binding the different buffer types
of index and vertex DynamicVertexData
impl<B: Backend, T: 'static> VertexDataBufferType for IndexData<B, T>
[src]impl<B: Backend, T: 'static> VertexDataBufferType for VertexData<B, T>
[src]