From b58c121142303862ad383d6ba95008f18fe36446 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Mon, 25 Sep 2017 20:19:16 +0000 Subject: Rebuilding documentation --- texture_8h_source.html | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'texture_8h_source.html') diff --git a/texture_8h_source.html b/texture_8h_source.html index e2722de5..c3628b61 100644 --- a/texture_8h_source.html +++ b/texture_8h_source.html @@ -128,18 +128,21 @@ $(document).ready(function(){initNavTree('texture_8h_source.html','');});
19  int width;
20  int height;
21 
-
22  Texture(GLuint id_i, int width_i, int height_i)
-
23  : id(id_i), width(width_i), height(height_i)
-
24  {
-
25  }
-
26 };
-
27 
-
28 } // namespace yage
+
22  Texture() = default;
+
23 
+
24  Texture(GLuint id_i, int width_i, int height_i)
+
25  : id(id_i), width(width_i), height(height_i)
+
26  {
+
27  }
+
28 };
29 
-
30 #endif
+
30 } // namespace yage
+
31 
+
32 #endif
yage::Texture::height
int height
Definition: texture.h:20
+
yage::Texture::Texture
Texture()=default
yage::Texture
Definition: texture.h:17
-
yage::Texture::Texture
Texture(GLuint id_i, int width_i, int height_i)
Definition: texture.h:22
+
yage::Texture::Texture
Texture(GLuint id_i, int width_i, int height_i)
Definition: texture.h:24
yage::Texture::width
int width
Definition: texture.h:19
yage::Texture::id
GLuint id
Definition: texture.h:18
@@ -148,7 +151,7 @@ $(document).ready(function(){initNavTree('texture_8h_source.html','');});