[Top]
GLUE
GLUE.BaseTexture
|
Class GLUE.BaseTexture
- Description
-
The texture base class. Using e.g. Texture might be more
convenient.
-
int t_width
int t_height
- Description
-
Texture dimensions
-
int i_width
int i_height
- Description
-
Image dimensions
-
float width_u
float height_u
- Description
-
Utilization in percent.
- Variable
texture_type
-
int texture_type
- Description
-
The texture type, e.g. GL.GL_TEXTURE_2D .
- Variable
debug
-
string debug
- Description
-
A string to identify the texture.
|