NVidia Gameworks
  • Main Page
  • Classes
  • Files
  • File List
  • File Members

NvShapes.h

Go to the documentation of this file.
00001 // TAGRELEASE: PUBLIC
00002 
00003 #ifndef NVSHAPES_H_
00004 #define NVSHAPES_H_
00005 
00006 #include <NvFoundation.h>
00007 
00008 
00009 #include "NV/NvPlatformGL.h"
00010 #include "NV/NvMath.h"
00011 
00015 
00021 void NvDrawQuad(GLuint posIndex);
00022 
00030 void NvDrawQuad(GLint positionAttrib, GLint texcoordAttrib);
00031 
00037 void NvDrawCube(GLuint posIndex);
00038 
00044 void NvDrawWireCube(GLuint posIndex);
00045 
00046 
00053 void NvDrawPoint(nv::vec3f &pos, GLuint posIndex);
00054 
00055 #endif
Generated on Sat Mar 8 14:58:35 2014 for NVIDIA GameWorks OpenGL App Framework and Libraries by Doxygen
©2014 NVIDIA Corporation.