xoreos
0.0.5
|
A vertex buffer. More...
Go to the source code of this file.
Classes | |
struct | Graphics::VertexAttrib |
Generic vertex attribute data. More... | |
class | Graphics::VertexBuffer |
Buffer containing vertex data. More... | |
Namespaces | |
Graphics | |
Typedefs | |
typedef std::vector< VertexAttrib > | Graphics::VertexDecl |
Vertex data layout. More... | |
Enumerations | |
enum | Graphics::VertexAttribIdEnum { Graphics::VPOSITION = 0, Graphics::VNORMAL, Graphics::VCOLOR, Graphics::VTCOORD } |
Vertex attribute data index enum, hardcoded for now. More... | |
A vertex buffer.
Definition in file vertexbuffer.h.