GRRLIB_texImg Struct Reference

Structure to hold the texture informations. More...

#include <GRRLIB.h>


Data Fields

unsigned int w
 Width of the texture.
unsigned int h
 Height of the texture.
unsigned int tilew
 Widht of a tile.
unsigned int tileh
 Height of a tile.
unsigned int nbtilew
 Number of tiles for the x axis.
unsigned int nbtileh
 Number of tiles for the y axis.
unsigned int tilestart
 Offset for starting position.
void * data
 Pointer to the texture data.


Detailed Description

Structure to hold the texture informations.

Field Documentation

void* data

Pointer to the texture data.

unsigned int h

Height of the texture.

unsigned int nbtileh

Number of tiles for the y axis.

unsigned int nbtilew

Number of tiles for the x axis.

unsigned int tileh

Height of a tile.

unsigned int tilestart

Offset for starting position.

unsigned int tilew

Widht of a tile.

unsigned int w

Width of the texture.


The documentation for this struct was generated from the following file:

Generated on Wed Mar 4 17:48:40 2009 for GRRLIB by  doxygen 1.5.8