• Main Page
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

src/render/src/Geometry.cpp

Go to the documentation of this file.
00001 #include "../pch.h"
00002 
00003 Geometry::Geometry(GLuint baseVertex, GLuint vertexCount, void* baseIndex, GLuint indexCount) 
00004 : m_baseVertex(baseVertex),
00005   m_vertexCount(vertexCount),
00006   m_baseIndex(baseIndex),
00007   m_indexCount(indexCount)
00008 { }
00009 
00010 Geometry::~Geometry()
00011 {
00012 }

Generated on Fri Jun 18 2010 17:48:39 for Cannonball by  doxygen 1.7.0