[][src]Trait glamour::VertBuffer

pub trait VertBuffer {
    fn layout(&self) -> &VertLayout;
fn bind(&self);
fn unbind(&self); }

Required methods

fn layout(&self) -> &VertLayout

fn bind(&self)

fn unbind(&self)

Loading content...

Implementors

impl<T: Vert> VertBuffer for VertBuf<T>[src]

Loading content...