GXInitTexObjLODBias

C Specification

#include <revolution/gx.h>
void GXInitTexObjLODBias(
GXTexObj*      obj,
f32            lod_bias );

Arguments

obj Pointer to a texture object.
lod_bias Bias to add to computed LOD value. The range is -4.0 to 3.99.

Return Values

None.

Description

This function allows modification the LOD bias value for an existing texture object. This parameter is initially set by GXInitTexObjLOD.

See Also

GXInitTexObjLOD
GXGetTexObjLODAll

GXTexObj Initialization Flow

Revision History

03/01/2006 Initial version.