|
Membres publics |
void | VerifyId () |
void | Config () |
void | ConfigPixelStore () |
GLubyte * | ConfigSize (int _xSize, int _ySize, BOOL allocate, BOOL resizeIt) |
void | SetCoord (double x, double y) |
BOOL | Delete () |
| Destruction d'une texture.
|
| Texture () |
| ~Texture () |
void | Zero () |
void | operator= (Texture &src) |
BOOL | CreateNull () |
BOOL | CreateFromBitmap (char *_name, char *fileName, BOOL resizeIt=FALSE) |
BOOL | CreateFromText (char *_name, char *text, COLORREF color, COLORREF background, COLORREF background2, COLORREF contour, int xFormat=0, int yFormat=0) |
| operator GLuint () const |
Membres publics statiques |
Texture * | Find (char *name) |
| Recherche une texture par son nom.
|
BOOL | Delete (Texture *texture) |
Attributs Publics |
GLint | id |
MyString | name |
MyString | source |
BOOL | useResizing |
GLdouble | xScale |
GLdouble | yScale |
int | xSize |
int | ySize |
TextureTarget | target |
TextureWrap | wrapT |
TextureWrap | wrapS |
TextureFilter | magFilter |
TextureFilter | minFilter |
TextureEnvMode | envMode |
Color | envColor |
Color | border |
Attributs Publics Statiques |
MyList< Texture * > | list |