From 3a5a0e7b42d34baa238895f9e4d86cfd902ace7d Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Sat, 23 Dec 2017 00:51:44 +0000 Subject: [Travis] Rebuilding documentation --- structyage_1_1Texture.html | 252 --------------------------------------------- 1 file changed, 252 deletions(-) delete mode 100644 structyage_1_1Texture.html (limited to 'structyage_1_1Texture.html') diff --git a/structyage_1_1Texture.html b/structyage_1_1Texture.html deleted file mode 100644 index f6c39579..00000000 --- a/structyage_1_1Texture.html +++ /dev/null @@ -1,252 +0,0 @@ - - - - - - -YAGE: yage::Texture Struct Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
YAGE -  v0.1.3 -
-
Yet Another Game Engine
-
-
- - - - - -
-
- -
-
-
- -
- -
- All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
- - -
- -
- -
- -
-
yage::Texture Struct Reference
-
-
- -

#include <texture.h>

- - - - - - -

-Public Member Functions

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

-Public Attributes

GLuint id
 
int width
 
int height
 
-

Constructor & Destructor Documentation

- -
-
- - - - - -
- - - - - - - -
yage::Texture::Texture ()
-
-inline
-
- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - -
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