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 name="GENERATOR" content="Microsoft FrontPage 5.0"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 8<TITLE>GXIndTexBiasSel</TITLE> 9</HEAD> 10<BODY> 11<H1 align="left">GXIndTexBiasSel</H1> 12 13<H2>Enumerated Values</H2> 14<DIV align="left"> 15<TABLE border="0" width="100%"> 16 <TBODY> 17 <TR> 18 <TD width="100%"><CODE>GX_ITB_NONE</CODE></TD> 19 </TR> 20 <TR> 21 <TD width="100%"><CODE>GX_ITB_S</CODE></TD> 22 </TR> 23 <TR> 24 <TD width="100%"><CODE>GX_ITB_T</CODE></TD> 25 </TR> 26 <TR> 27 <TD width="100%"><CODE>GX_ITB_ST</CODE></TD> 28 </TR> 29 <TR> 30 <TD width="100%"><CODE>GX_ITB_U</CODE></TD> 31 </TR> 32 <TR> 33 <TD width="100%"><CODE>GX_ITB_SU</CODE></TD> 34 </TR> 35 <TR> 36 <TD width="100%"><CODE>GX_ITB_TU</CODE></TD> 37 </TR> 38 <TR> 39 <TD width="100%"><CODE>GX_ITB_STU</CODE></TD> 40 </TR> 41 <TR> 42 <TD width="100%"><CODE>GX_MAX_ITBIAS</CODE></TD> 43 </TR> 44 </TBODY> 45</TABLE> 46</DIV> 47 48<H2>Description</H2> 49<P>Selects the indirect texture bias. Expresses which components of the indirect offset will receive a bias value. The bias is fixed at -128 for <CODE>GX_ITF_8</CODE> and +1 for the other formats. The bias happens prior to the indirect matrix multiply.</P> 50<TABLE class="arguments" border="1" > 51 <TBODY> 52 <TR> 53<TH>GX_ITB_NONE</TH> 54<TD>No indirect texture bias.</TD> 55 </TR> 56 <TR> 57<TH>GX_ITB_S</TH> 58<TD>Bias the S component.</TD> 59 </TR> 60 <TR> 61<TH>GX_ITB_T</TH> 62<TD>Bias the T component.</TD> 63 </TR> 64 <TR> 65<TH>GX_ITB_ST</TH> 66<TD>Bias S component and T component.</TD> 67 </TR> 68 <TR> 69<TH>GX_ITB_U</TH> 70<TD>Bias the U component.</TD> 71 </TR> 72 <TR> 73<TH>GX_ITB_SU</TH> 74<TD>Bias S component and U component.</TD> 75 </TR> 76 <TR> 77<TH>GX_ITB_TU</TH> 78<TD>Bias T component and U component.</TD> 79 </TR> 80 <TR> 81<TH>GX_ITB_STU</TH> 82<TD>Bias S component, T component and U component.</TD> 83 </TR> 84 </TBODY> 85</TABLE> 86 87<H2>Functions Using This Type</H2> 88<P class="reference"> 89<A href="../Indirect/GXSetTevIndirect.html">GXSetTevIndirect</A> 90</P> 91 92<H2>Revision History</H2> 93<P> 942006/03/01 Initial version.<br> 95</P> 96 97<hr><p>CONFIDENTIAL</p></body> 98</HTML>