Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

XFcGLTexture.h File Reference

Texture resource. More...

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Compounds

class  XFcGLTexture
 Texture class. More...


Enumerations

enum  XFCTEXTURECREATE {
  XFCTC_MIPMAP_NOMIPMAPS = 0,
  XFCTC_MIPMAP_POINTSAMPLE = 0x0100,
  XFCTC_MIPMAP_LINEAR = 0x0200,
  XFCTC_UNIQUE = 0x0400,
  XFCTC_COLORKEY = 0x0800,
  XFCTC_NOPRELOAD = 0x1000,
  XFCTC_PALETTEDTEXTURE = 0x2000
}
 Texture creation flags. More...


Detailed Description

Texture resource.

X-Forge Core
Copyright 2000-2003 Fathammer Ltd

Id
XFcGLTexture.h,v 1.16.6.1 2003/08/21 11:35:47 jari Exp
Date
2003/08/21 11:35:47
Revision
1.16.6.1

Enumeration Type Documentation

enum XFCTEXTURECREATE
 

Texture creation flags.

Enumeration values:
XFCTC_MIPMAP_NOMIPMAPS  Do not create mipmaps.
XFCTC_MIPMAP_POINTSAMPLE  Create mipmaps with point-sampling.
XFCTC_MIPMAP_LINEAR  Create mipmaps with linear interpolation.
XFCTC_UNIQUE  Unique texture (does not share resources with other texture).
XFCTC_COLORKEY  Use color key while creating texture.
XFCTC_NOPRELOAD  Do not preload texture at creation time.
XFCTC_PALETTEDTEXTURE  Try to use paletted textures if possible.

   
X-Forge Documentation
Confidential
Copyright © 2002-2003 Fathammer
   
Documentation generated
with doxygen
by Dimitri van Heesch