TorqueScript Reference
|
Functions | |
void | dumpTextureManagerMetrics () |
void | flushTextureCache () |
void | setOpenGLTextureCompressionHint (hint) |
void dumpTextureManagerMetrics | ( | ) |
Dump the texture manager metrics.
void flushTextureCache | ( | ) |
Use the flushTextureCache function to flush the texture cache.
void setOpenGLTextureCompressionHint | ( | hint | ) |
Use the setOpenGLTextureCompressionHint function to select the OpenGL texture compression method.
hint | \GL_DONT_CARE\, \GL_FASTEST\, or \GL_NICEST. (Please refer to an OpenGL text for information on what these mean). |