#include <revolution/gx.h>
void GXInitTexObjLODBias(
GXTexObj* obj,
f32 lod_bias );
|
Pointer to a texture object. |
lod_bias |
Bias to add to computed LOD value. The range is -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 GXInitTexObjLOD.
GXInitTexObjLOD
GXGetTexObjLODAll
03/01/2006 Initial version.