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<H2>Enumerated Values</H2> 13<DIV align="left"> 14<TABLE border="0" width="100%"> 15 <TBODY> 16 <TR> 17<TD width="100%"><CODE>GX_ITB_NONE</CODE></TD> 18 </TR> 19 <TR> 20<TD width="100%"><CODE>GX_ITB_S</CODE></TD> 21 </TR> 22 <TR> 23<TD width="100%"><CODE>GX_ITB_T</CODE></TD> 24 </TR> 25 <TR> 26<TD width="100%"><CODE>GX_ITB_ST</CODE></TD> 27 </TR> 28 <TR> 29<TD width="100%"><CODE>GX_ITB_U</CODE></TD> 30 </TR> 31 <TR> 32<TD width="100%"><CODE>GX_ITB_SU</CODE></TD> 33 </TR> 34 <TR> 35<TD width="100%"><CODE>GX_ITB_TU</CODE></TD> 36 </TR> 37 <TR> 38<TD width="100%"><CODE>GX_ITB_STU</CODE></TD> 39 </TR> 40 <TR> 41<TD width="100%"><CODE>GX_MAX_ITBIAS</CODE></TD> 42 </TR> 43 </TBODY> 44</TABLE> 45</DIV> 46<H2>Description</H2> 47<P>Indirect texture bias select. Indicates which components of the indirect offset should receive a bias value. The bias is fixed at -128 for GX_ITF_8 and +1 for the other formats. The bias happens prior to the indirect matrix multiply.</P> 48<TABLE border="1" cellpadding="3" cellspacing="0"> 49 <TBODY> 50 <TR> 51<TD><CODE>GX_ITB_NONE</CODE></TD> 52<TD>No indirect texture bias</TD> 53 </TR> 54 <TR> 55<TD><CODE>GX_ITB_S</CODE></TD> 56<TD>Bias S component.</TD> 57 </TR> 58 <TR> 59<TD><CODE>GX_ITB_T</CODE></TD> 60<TD>Bias T component</TD> 61 </TR> 62 <TR> 63<TD><CODE>GX_ITB_ST</CODE></TD> 64<TD>Bias S component and T component</TD> 65 </TR> 66 <TR> 67<TD><CODE>GX_ITB_U</CODE></TD> 68<TD>Bias U component</TD> 69 </TR> 70 <TR> 71<TD><CODE>GX_ITB_SU</CODE></TD> 72<TD>Bias S component and U component</TD> 73 </TR> 74 <TR> 75<TD><CODE>GX_ITB_TU</CODE></TD> 76<TD>Bias T component and U component</TD> 77 </TR> 78 <TR> 79<TD><CODE>GX_ITB_STU</CODE></TD> 80<TD>Bias S component, T component, and U component</TD> 81 </TR> 82 </TBODY> 83</TABLE> 84<H2>Functions Using This Type</H2> 85<P><A href="../Indirect/GXSetTevIndirect.html"><CODE>GXSetTevIndirect</CODE></A></P> 86<H2>Revision History</H2> 87</code> 88<P>03/01/2006 Initial version.</P> 89</BODY> 90</HTML>