GlobeEngine
ge::DrawElementsCommand< TYPE > Class Template Reference

#include <DrawCommand.h>

Inheritance diagram for ge::DrawElementsCommand< TYPE >:
ge::DrawElementsInstancedCommand< TYPE >

Public Member Functions

 DrawElementsCommand (GLenum _mode, GLsizei _count, const GLvoid *_indices)
 
void draw ()
 

Protected Attributes

GLenum mode
 
GLsizei count
 
const GLvoid * indices
 

Constructor & Destructor Documentation

template<int TYPE>
ge::DrawElementsCommand< TYPE >::DrawElementsCommand ( GLenum  _mode,
GLsizei  _count,
const GLvoid *  _indices 
)
inline

Member Function Documentation

template<int TYPE>
void ge::DrawElementsCommand< TYPE >::draw ( )
inline

Member Data Documentation

template<int TYPE>
GLsizei ge::DrawElementsCommand< TYPE >::count
protected
template<int TYPE>
const GLvoid* ge::DrawElementsCommand< TYPE >::indices
protected
template<int TYPE>
GLenum ge::DrawElementsCommand< TYPE >::mode
protected

The documentation for this class was generated from the following file: