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

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

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

Trait Implementations

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

[src]

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