Struct glitter::context::buffer_context::ArrayBufferBinding [] [src]

pub struct ArrayBufferBinding<'a> { /* fields omitted */ }

Represents a buffer that has been bound to the GL_ARRAY_BUFFER binding target.

Trait Implementations

impl<'a> BufferBinding for ArrayBufferBinding<'a>
[src]

[src]

Returns the OpenGL binding target that this buffer binding references. Read more