YAGE  v0.1.3.0
Yet Another Game Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
yage::RenderBatch Class Reference

#include <spritebatch.h>

Public Member Functions

 RenderBatch (GLint offset, GLsizei num_vertices, GLuint texture)
 
GLint offset () const
 
GLsizei num_vertices () const
 
GLuint texture () const
 

Private Attributes

friend SpriteBatch
 
GLsizei num_vertices_
 
GLint offset_
 
GLuint texture_
 

Constructor & Destructor Documentation

yage::RenderBatch::RenderBatch ( GLint  offset,
GLsizei  num_vertices,
GLuint  texture 
)

Member Function Documentation

GLsizei yage::RenderBatch::num_vertices ( ) const
inline
GLint yage::RenderBatch::offset ( ) const
inline
GLuint yage::RenderBatch::texture ( ) const
inline

Member Data Documentation

GLsizei yage::RenderBatch::num_vertices_
private
GLint yage::RenderBatch::offset_
private
friend yage::RenderBatch::SpriteBatch
private
GLuint yage::RenderBatch::texture_
private

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