GXInitTexObjLODBias

Syntax

#include <revolution/gx.h>

void GXInitTexObjLODBias(
    GXTexObj*      obj,
    f32            lod_bias );

Arguments

obj Pointer to a texture object.
lod_bias Bias added to calculated LOD value. The range is from -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 the GXInitTexObjLOD function.

See Also

GXInitTexObjLOD, GXGetTexObjLODAll, GXTexObj Initialization Flow

Revision History

2006/03/01 Initial version.


CONFIDENTIAL