Trait VertBuffer
glamour::vert_array
pub trait VertBuffer { fn layout(&self) -> &VertLayout; fn bind(&self); fn unbind(&self); }
fn layout(&self) -> &VertLayout
fn bind(&self)
fn unbind(&self)
impl<T: Vert> VertBuffer for VertBuf<T>