From ee465746eb37865079daeb5c47f25f11cdcddada Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 23 Aug 2017 23:02:57 +0100 Subject: Updating docs --- classyage_1_1SpriteBatch.html | 211 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 210 insertions(+), 1 deletion(-) (limited to 'classyage_1_1SpriteBatch.html') diff --git a/classyage_1_1SpriteBatch.html b/classyage_1_1SpriteBatch.html index d38e3c37..89158325 100644 --- a/classyage_1_1SpriteBatch.html +++ b/classyage_1_1SpriteBatch.html @@ -84,6 +84,8 @@ $(document).ready(function(){initNavTree('classyage_1_1SpriteBatch.html','');});
Public Member Functions | Static Public Attributes | +Private Member Functions | +Private Attributes | List of all members
yage::SpriteBatch Class Reference
@@ -121,6 +123,28 @@ Public Member Functions Static Public Attributes static const int NUM_VERTICES = 6   + + + + + + + + +

+Private Member Functions

void createVertexArray ()
 
void createRenderBatches ()
 
void sortGlyphs ()
 
+ + + + + + + + + + +

+Private Attributes

GLuint vbo_ = 0
 
GLuint vao_ = 0
 
std::vector< Glyphglyphs_
 
std::vector< Glyph * > glyph_ptrs_
 
std::vector< RenderBatchrender_batches_
 

Constructor & Destructor Documentation

@@ -233,6 +257,56 @@ Static Public Attributes
+
+ + +

◆ createRenderBatches()

+ +
+
+ + + + + +
+ + + + + + + +
void yage::SpriteBatch::createRenderBatches ()
+
+private
+
+ +
+
+ +

◆ createVertexArray()

+ +
+
+ + + + + +
+ + + + + + + +
void yage::SpriteBatch::createVertexArray ()
+
+private
+
+
@@ -382,9 +456,78 @@ Static Public Attributes
+
+ + +

◆ sortGlyphs()

+ +
+
+ + + + + +
+ + + + + + + +
void yage::SpriteBatch::sortGlyphs ()
+
+private
+
+

Member Data Documentation

+ +

◆ glyph_ptrs_

+ +
+
+ + + + + +
+ + + + +
std::vector<Glyph*> yage::SpriteBatch::glyph_ptrs_
+
+private
+
+ +
+
+ +

◆ glyphs_

+ +
+
+ + + + + +
+ + + + +
std::vector<Glyph> yage::SpriteBatch::glyphs_
+
+private
+
+ +
+

◆ NUM_VERTICES

@@ -405,6 +548,72 @@ Static Public Attributes
+
+ + +

◆ render_batches_

+ +
+
+ + + + + +
+ + + + +
std::vector<RenderBatch> yage::SpriteBatch::render_batches_
+
+private
+
+ +
+
+ +

◆ vao_

+ +
+
+ + + + + +
+ + + + +
GLuint yage::SpriteBatch::vao_ = 0
+
+private
+
+ +
+
+ +

◆ vbo_

+ +
+
+ + + + + +
+ + + + +
GLuint yage::SpriteBatch::vbo_ = 0
+
+private
+
+

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