From aa9cdee46fea21ad50b70a4513aa39aebe280b7f Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 27 Jul 2017 23:21:23 +0100 Subject: Adding initial docs --- classyage_1_1SpriteBatch.html | 111 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 classyage_1_1SpriteBatch.html (limited to 'classyage_1_1SpriteBatch.html') diff --git a/classyage_1_1SpriteBatch.html b/classyage_1_1SpriteBatch.html new file mode 100644 index 00000000..9ffa0317 --- /dev/null +++ b/classyage_1_1SpriteBatch.html @@ -0,0 +1,111 @@ + + + + + + + +YAGE: yage::SpriteBatch Class Reference + + + + + + + + + +
+
+ + + + + + +
+
YAGE +
+
Yet Another Game Engine
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
yage::SpriteBatch Class Reference
+
+
+ + + + + + + + + + + + +

+Public Member Functions

+void init ()
 
+void begin ()
 
+void end ()
 
+void draw (const glm::vec4 &destination_rect, const glm::vec4 &uv_rect, GLuint texture, const Color &color, float depth)
 
+void render ()
 
+ + + +

+Static Public Attributes

+static const int NUM_VERTICES =6
 
+
The documentation for this class was generated from the following files: +
+ + + + -- cgit