xoreos  0.0.5
Classes | Namespaces | Typedefs | Enumerations
vertexbuffer.h File Reference

A vertex buffer. More...

#include <vector>
#include "src/graphics/types.h"
Include dependency graph for vertexbuffer.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

A vertex buffer.

Definition in file vertexbuffer.h.