From ce45c560586f991b427471ba206edf48881baab5 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Fri, 22 Sep 2017 00:09:02 +0000 Subject: Rebuilding documentation --- structyage_1_1Texture.html | 227 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 227 insertions(+) create mode 100644 structyage_1_1Texture.html (limited to 'structyage_1_1Texture.html') diff --git a/structyage_1_1Texture.html b/structyage_1_1Texture.html new file mode 100644 index 00000000..c54db578 --- /dev/null +++ b/structyage_1_1Texture.html @@ -0,0 +1,227 @@ + + + + + + +YAGE: yage::Texture Struct Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
YAGE +  v0.1.1 +
+
Yet Another Game Engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+ All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
+ + +
+ +
+ +
+ +
+
yage::Texture Struct Reference
+
+
+ +

#include <texture.h>

+ + + + +

+Public Member Functions

 Texture (GLuint id_i, int width_i, int height_i)
 
+ + + + + + + +

+Public Attributes

GLuint id
 
int width
 
int height
 
+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
yage::Texture::Texture (GLuint id_i,
int width_i,
int height_i 
)
+
+inline
+
+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
int yage::Texture::height
+
+ +
+
+ +
+
+ + + + +
GLuint yage::Texture::id
+
+ +
+
+ +
+
+ + + + +
int yage::Texture::width
+
+ +
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit