Extracted from Pike v7.8 release 866 at 2016-11-06.
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 GLUE.BaseTexture.t_width
int GLUE.BaseTexture.t_height

Description

Texture dimensions


int GLUE.BaseTexture.i_width
int GLUE.BaseTexture.i_height

Description

Image dimensions


float GLUE.BaseTexture.width_u
float GLUE.BaseTexture.height_u

Description

Utilization in percent.


Variable texture_type

int GLUE.BaseTexture.texture_type

Description

The texture type, e.g. GL.GL_TEXTURE_2D .


Variable debug

string GLUE.BaseTexture.debug

Description

A string to identify the texture.