From 00de9674eb8f34c47b487704c58a39939df2acd3 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 23 Aug 2017 23:00:32 +0100 Subject: Updating docs --- classyage_1_1SpriteBatch.html | 211 +----------------------------------------- 1 file changed, 1 insertion(+), 210 deletions(-) (limited to 'classyage_1_1SpriteBatch.html') diff --git a/classyage_1_1SpriteBatch.html b/classyage_1_1SpriteBatch.html index 73ffb6f6..d38e3c37 100644 --- a/classyage_1_1SpriteBatch.html +++ b/classyage_1_1SpriteBatch.html @@ -84,8 +84,6 @@ $(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
@@ -123,28 +121,6 @@ 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

@@ -257,56 +233,6 @@ Private Attributes
-
- - -

◆ createRenderBatches()

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

◆ createVertexArray()

- -
-
- - - - - -
- - - - - - - -
void yage::SpriteBatch::createVertexArray ()
-
-private
-
-
@@ -456,78 +382,9 @@ Private 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

@@ -548,72 +405,6 @@ Private 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: