Trait glitter::context::buffer_context::BufferBinding [] [src]

pub trait BufferBinding {
    fn target(&self) -> BufferBindingTarget;
}

A buffer that has been bound to an OpenGL buffer binding point.

Required Methods

Returns the OpenGL binding target that this buffer binding references.

Implementors