Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[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.