#include <revolution/gx.h>GXBool GXGetTexObjMipMap( const GXTexObj* obj );
|
Pointer to a texture object |
Mipmap enable flag.
This function returns the texture mipmap enable described by texture object obj.
Use GXInitTexObj or GXInitTexObjCI to initialize the texture mipmap enable.
03/01/2006 Initial version.