#include <buffer.h>

Public Types | |
| typedef BoundBuffer | BaseType |
| typedef BoundIndexBuffer | ThisType |
Public Member Functions | |
| BoundIndexBuffer (void) | |
| void | drawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) |
Protected Member Functions | |
| BoundIndexBuffer (const BufferHandle &handle, const IndexBufferBindingParams ¶ms) | |
Friends | |
| class | Context |
Reimplemented from glw::BoundBuffer.
Reimplemented from glw::BoundBuffer.
| glw::BoundIndexBuffer::BoundIndexBuffer | ( | void | ) | [inline] |
| glw::BoundIndexBuffer::BoundIndexBuffer | ( | const BufferHandle & | handle, |
| const IndexBufferBindingParams & | params | ||
| ) | [inline, protected] |
| void glw::BoundIndexBuffer::drawElements | ( | GLenum | mode, |
| GLsizei | count, | ||
| GLenum | type, | ||
| const GLvoid * | indices | ||
| ) | [inline] |
friend class Context [friend] |
Reimplemented from glw::BoundBuffer.