Trait ugli::IntoVertexBufferSlice[][src]

pub trait IntoVertexBufferSlice<'a, T: Vertex + 'a> {
    fn into_slice(self) -> VertexBufferSlice<'a, T>;
}

Required methods

Implementors