Unofficial OpenGL Software Development Kit  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Classes | Namespaces
CpuDataWriter.h File Reference

Declares the VertexWriter class and its helper types. Include an OpenGL header before including this one. More...

#include <vector>
#include "VertexWriter.h"

Go to the source code of this file.

Classes

class  glmesh::CpuDataException
 Base class for all CpuDataWriter specific exceptions. More...
 
class  glmesh::IncompleteVertexException
 Thrown when attempting to get vertices from a CpuDataWriter when a vertex is incomplete. More...
 
class  glmesh::CpuDataWriter
 Allows immediate mode drawing to a CPU buffer, rather than a buffer object. More...
 

Namespaces

namespace  glmesh
 The main namespace for the GL Mesh library. All GL Mesh functions are in this namespace.
 

Detailed Description

Declares the VertexWriter class and its helper types. Include an OpenGL header before including this one.