Trait ppapi::gles::traits::BindableBufferExperimental [-]  [+] [src]

pub trait BindableBuffer {
    fn bind(&self, ctxt: &mut Context3d) -> BoundBuffer<Self>;
}

Required Methods

fn bind(&self, ctxt: &mut Context3d) -> BoundBuffer<Self>

Implementors