GXGetTexObjMipMap

C Specification

#include <revolution/gx.h>
GXBool GXGetTexObjMipMap( const GXTexObj* obj );

Arguments

obj Pointer to a texture object

Return Values

Mipmap enable flag.

Description

This function returns the texture mipmap enable described by texture object obj.

Use GXInitTexObj or GXInitTexObjCI to initialize the texture mipmap enable.

See Also

GXInitTexObjCI
GXInitTexObj

Revision History

03/01/2006 Initial version.