[][src]Trait amethyst_rendy::submodules::VertexDataBufferType

pub trait VertexDataBufferType {
    fn usage() -> Usage;
}

Type trait for allowing type-based implementation details for binding the different buffer types of index and vertex DynamicVertexData

Required methods

fn usage() -> Usage

Returns this type implementations gfx_hal::buffer::Usage

Loading content...

Implementors

impl<B: Backend, T: 'static> VertexDataBufferType for IndexData<B, T>[src]

impl<B: Backend, T: 'static> VertexDataBufferType for VertexData<B, T>[src]

Loading content...