GlobeEngine
ge::DrawArraysCommand Class Reference

#include <DrawCommand.h>

Inheritance diagram for ge::DrawArraysCommand:
ge::DrawArraysInstancedCommand

Public Member Functions

 DrawArraysCommand (GLenum _mode, GLint _first, GLsizei _count)
 
void draw ()
 

Protected Attributes

GLenum mode
 
GLsizei count
 
GLint first
 

Constructor & Destructor Documentation

ge::DrawArraysCommand::DrawArraysCommand ( GLenum  _mode,
GLint  _first,
GLsizei  _count 
)
inline

Member Function Documentation

void ge::DrawArraysCommand::draw ( )
inline

Member Data Documentation

GLsizei ge::DrawArraysCommand::count
protected
GLint ge::DrawArraysCommand::first
protected
GLenum ge::DrawArraysCommand::mode
protected

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