GXInvalidateTexAll

C Specification

#include <revolution/gx.h>
void GXInvalidateTexAll( void );

Arguments

None.

Return Values

None.

Description

This function invalidates the current caches of the texture memory (TMEM). It takes about 512 graphics processor clock cycles to invalidate all texture caches. Preloaded textures (see GXPreLoadEntireTexture) are not affected.

See Also

GXInvalidateTexRegion

Revision History

03/01/2006 Initial version.