GXGetTexObjFmt

C Specification

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

Arguments

obj Pointer to a texture object

Return Values

Texture format.

Description

This function returns the texture format described by texture object obj.

Use GXInitTexObj or GXInitTexObjCI to initialize the texture format.

See Also

GXInitTexObjCI
GXInitTexObj

Revision History

2006/03/01 Initial version.


CONFIDENTIAL