From be5d48d2eaed3af76f03297e376f7a67e8a8238f Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Wed, 20 Dec 2017 18:02:11 +0000 Subject: Rebuilding documentation --- spritebatch_8h_source.html | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) (limited to 'spritebatch_8h_source.html') diff --git a/spritebatch_8h_source.html b/spritebatch_8h_source.html index ffe495cd..2e0e7cb1 100644 --- a/spritebatch_8h_source.html +++ b/spritebatch_8h_source.html @@ -30,7 +30,7 @@
YAGE -  v0.3.1 +  v0.1.3
Yet Another Game Engine
@@ -108,14 +108,7 @@ $(document).ready(function(){initNavTree('spritebatch_8h_source.html','');});
spritebatch.h
-Go to the documentation of this file.
1 /* ----------------------------------------------------------------------------
-
2  * spritebatch.h
-
3  *
-
4  * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
-
5  * MIT License, see LICENSE file for more details.
-
6  * ----------------------------------------------------------------------------
-
7  */
-
8 
+Go to the documentation of this file.
1 
12 #ifndef YAGE_SPRITE_BATCH_H
13 #define YAGE_SPRITE_BATCH_H
14 
@@ -199,8 +192,8 @@ $(document).ready(function(){initNavTree('spritebatch_8h_source.html','');});
94 
95  // adds a sprite to the sprite batch to be rendered later
96  void draw(const yage::Vector4f &destination_rect,
-
97  const yage::Vector4f &uv_rect, GLuint texture, const Colour &colour,
-
98  float depth);
+
97  const yage::Vector4f &uv_rect, GLuint texture,
+
98  const Colour &colour, float depth);
99  // render the batch
100  void render();
101 
@@ -231,10 +224,10 @@ $(document).ready(function(){initNavTree('spritebatch_8h_source.html','');});
GLuint vbo_
Definition: spritebatch.h:76
float depth_
Definition: spritebatch.h:34
GLint offset() const
Definition: spritebatch.h:65
- +
friend SpriteBatch
Definition: spritebatch.h:55
void createRenderBatches()
Definition: spritebatch.cpp:150
- +
GLuint texture_
Definition: spritebatch.h:33
float depth() const
Definition: spritebatch.h:46
Vertex bottom_right_
Definition: spritebatch.h:37
@@ -264,7 +257,7 @@ $(document).ready(function(){initNavTree('spritebatch_8h_source.html','');});