#include <revolution/gx.h>
void GXInitTexObjBiasClamp(
GXTexObj* obj,
GXBool bias_clamp );
| obj | Pointer to a texture object. |
|---|---|
| bias_clamp | If GX_ENABLE, clamps the (LOD + lod_bias) so that pixels projected in texture space never become smaller than the minimum limit. Prevents over-biasing the LOD when the polygon is perpendicular to the view direction. |
None.
This function allows modification of the bias clamp mode 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