From 3a5a0e7b42d34baa238895f9e4d86cfd902ace7d Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Sat, 23 Dec 2017 00:51:44 +0000 Subject: [Travis] Rebuilding documentation --- classyage_1_1SpriteBatch.html | 595 ------------------------------------------ 1 file changed, 595 deletions(-) delete mode 100644 classyage_1_1SpriteBatch.html (limited to 'classyage_1_1SpriteBatch.html') diff --git a/classyage_1_1SpriteBatch.html b/classyage_1_1SpriteBatch.html deleted file mode 100644 index 2299bd9d..00000000 --- a/classyage_1_1SpriteBatch.html +++ /dev/null @@ -1,595 +0,0 @@ - - - - - - -YAGE: yage::SpriteBatch Class Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
YAGE -  v0.1.3 -
-
Yet Another Game Engine
-
-
- - - - - -
-
- -
-
-
- -
- -
- All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
- - -
- -
- -
- -
-
yage::SpriteBatch Class Reference
-
-
- -

#include <spritebatch.h>

- - - - - - - - - - - - - - - - - - - - - - -

-Public Member Functions

 SpriteBatch ()
 
 SpriteBatch (const SpriteBatch &)=delete
 
 SpriteBatch (SpriteBatch &&)=delete
 
 ~SpriteBatch ()
 
SpriteBatchoperator= (const SpriteBatch &)=delete
 
SpriteBatchoperator= (SpriteBatch &&)=delete
 
void begin ()
 
void end ()
 
void draw (const yage::Vector4f &destination_rect, const yage::Vector4f &uv_rect, GLuint texture, const Colour &colour, float depth)
 
void render ()
 
- - - -

-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

- -
-
- - - - - - - -
yage::SpriteBatch::SpriteBatch ()
-
- -
-
- -
-
- - - - - -
- - - - - - - - -
yage::SpriteBatch::SpriteBatch (const SpriteBatch)
-
-delete
-
- -
-
- -
-
- - - - - -
- - - - - - - - -
yage::SpriteBatch::SpriteBatch (SpriteBatch && )
-
-delete
-
- -
-
- -
-
- - - - - - - -
yage::SpriteBatch::~SpriteBatch ()
-
- -
-
-

Member Function Documentation

- -
-
- - - - - - - -
void yage::SpriteBatch::begin ()
-
- -
-
- -
-
- - - - - -
- - - - - - - -
void yage::SpriteBatch::createRenderBatches ()
-
-private
-
- -
-
- -
-
- - - - - -
- - - - - - - -
void yage::SpriteBatch::createVertexArray ()
-
-private
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
void yage::SpriteBatch::draw (const yage::Vector4fdestination_rect,
const yage::Vector4fuv_rect,
GLuint texture,
const Colourcolour,
float depth 
)
-
- -
-
- -
-
- - - - - - - -
void yage::SpriteBatch::end ()
-
- -
-
- -
-
- - - - - -
- - - - - - - - -
SpriteBatch& yage::SpriteBatch::operator= (const SpriteBatch)
-
-delete
-
- -
-
- -
-
- - - - - -
- - - - - - - - -
SpriteBatch& yage::SpriteBatch::operator= (SpriteBatch && )
-
-delete
-
- -
-
- -
-
- - - - - - - -
void yage::SpriteBatch::render ()
-
- -
-
- -
-
- - - - - -
- - - - - - - -
void yage::SpriteBatch::sortGlyphs ()
-
-private
-
- -
-
-

Member Data Documentation

- -
-
- - - - - -
- - - - -
std::vector<Glyph *> yage::SpriteBatch::glyph_ptrs_
-
-private
-
- -
-
- -
-
- - - - - -
- - - - -
std::vector<Glyph> yage::SpriteBatch::glyphs_
-
-private
-
- -
-
- -
-
- - - - - -
- - - - -
const int yage::SpriteBatch::NUM_VERTICES = 6
-
-static
-
- -
-
- -
-
- - - - - -
- - - - -
std::vector<RenderBatch> yage::SpriteBatch::render_batches_
-
-private
-
- -
-
- -
-
- - - - - -
- - - - -
GLuint yage::SpriteBatch::vao_ = 0
-
-private
-
- -
-
- -
-
- - - - - -
- - - - -
GLuint yage::SpriteBatch::vbo_ = 0
-
-private
-
- -
-
-
The documentation for this class was generated from the following files: -
-
- - - - -- cgit