#include <revolution/gx.h>
void GXInitTexObjLODBias(
GXTexObj* obj,
f32 lod_bias );
obj |
Pointer to a texture object. |
|---|---|
lod_bias |
Bias added to calculated LOD value. The range is from -4.0 to 3.99. |
None.
This function allows modification the LOD bias value for an existing texture object. This parameter is initially set by the GXInitTexObjLOD function.
GXInitTexObjLOD, GXGetTexObjLODAll, GXTexObj Initialization Flow
2006/03/01 Initial version.
CONFIDENTIAL