From c7dad1e929c0101386fbcdaa194e402d68f74752 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 23 Aug 2017 22:56:53 +0100 Subject: Updating docs --- structyage_1_1Texture.html | 161 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 161 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..e108a0e5 --- /dev/null +++ b/structyage_1_1Texture.html @@ -0,0 +1,161 @@ + + + + + + + +YAGE: yage::Texture Struct Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
YAGE +  0.02 +
+
Yet Another Game Engine
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
yage::Texture Struct Reference
+
+
+ +

#include <texture.hpp>

+ + + + + + + + +

+Public Attributes

GLuint id
 
int width
 
int height
 
+

Member Data Documentation

+ +

◆ height

+ +
+
+ + + + +
int yage::Texture::height
+
+ +
+
+ +

◆ id

+ +
+
+ + + + +
GLuint yage::Texture::id
+
+ +
+
+ +

◆ width

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