From ce45c560586f991b427471ba206edf48881baab5 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Fri, 22 Sep 2017 00:09:02 +0000 Subject: Rebuilding documentation --- classyage_1_1RenderBatch.html | 342 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 342 insertions(+) create mode 100644 classyage_1_1RenderBatch.html (limited to 'classyage_1_1RenderBatch.html') diff --git a/classyage_1_1RenderBatch.html b/classyage_1_1RenderBatch.html new file mode 100644 index 00000000..d5bdb23d --- /dev/null +++ b/classyage_1_1RenderBatch.html @@ -0,0 +1,342 @@ + + + + + + +YAGE: yage::RenderBatch Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
YAGE +  v0.1.1 +
+
Yet Another Game Engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+ All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends 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: +
+
+ + + + -- cgit