1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META http-equiv="Content-Style-Type" content="text/css">
6<META name="GENERATOR" content="Microsoft FrontPage 5.0">
7<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css">
8<TITLE>GXInitTexObjBiasClamp</TITLE>
9</HEAD>
10<BODY>
11<H1 align="left">GXInitTexObjBiasClamp</H1>
12<H2>C Specification</H2>
13<DL>
14  <DD>
15  <PRE><CODE>#include &lt;revolution/gx.h&gt;</CODE></PRE>
16  <DD>
17  <PRE><CODE>void GXInitTexObjBiasClamp(
18    <A href="../Structures/GXTexObj.html">GXTexObj</A>*      obj,
19    <A href="../Enumerated_Types/GXBool.html">GXBool</A>         bias_clamp );</CODE></PRE>
20</DL>
21<H2>Arguments</H2>
22<TABLE border="1" cellpadding="3" cellspacing="0.1">
23  <TBODY>
24    <TR>
25<TD width="120" bgcolor="#ffffe8"><EM><STRONG><CODE><em><strong><code>obj</code></strong></em></CODE></STRONG></EM></TD>
26<TD width="520">Pointer to a texture object.</TD>
27    </TR>
28    <TR>
29<TD width="120" bgcolor="#ffffe8"><EM><STRONG><CODE>bias_clamp</CODE></STRONG></EM></TD>
30<TD width="520">If <code>GX_ENABLE</code> is active, clamps the LOD + lod_bias so it is never less than the minimum extent of the pixel projected in texture space.&nbsp;This prevents over-biasing the LOD when the polygon is perpendicular to the view direction.</TD>
31    </TR>
32  </TBODY>
33</TABLE>
34<H2>Return Values</H2>
35<P>None.</P>
36<H2>Description</H2>
37<P>This function allows modification of the bias clamp mode for an existing texture object.&nbsp;This parameter is initially set by <code><a href="GXInitTexObjLOD.html">GXInitTexObjLOD</a></code>.</P>
38<H2>See Also</H2>
39<P><a href="GXInitTexObjLOD.html">GXInitTexObjLOD</a><br> <a href="GXGetTexObjLODAll.html">GXGetTexObjLODAll</a></P>
40<P><A href="GXTexObjInitFlow.html">GXTexObj Initialization Flow</A></P>
41<H2>Revision History</H2>
42<P>2006/03/01 Initial version.</P><hr>
43<P>CONFIDENTIAL</p>
44</BODY>
45</HTML>