1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 8.0.0.0 for Windows"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<title>Types</title> 9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">Types <img src="../image/NTR.gif"align="middle"><img src="../image/TWL.gif" align="middle"></h1> 15<h2>Description</h2> 16<TABLE border="0" width="100%"> 17 <TBODY> 18 <TR> 19 <TD width="249" align="left">GXRgb</TD> 20 <TD width="573">Holds 5 bits each of rgb information in a <CODE>u16</CODE> typedef.</TD> 21 </TR> 22 <TR> 23 <TD width="249">GXRgba</TD> 24 <TD width="573">Holds 5 bits each of rgb and 1 bit of α information in a <CODE>u16</CODE> typedef.</TD> 25 </TR> 26 <TR> 27 <TD width="249">VecVtx10</TD> 28 <TD width="573">s3.6-format 3-dimensional vector packed intp a <CODE>u32</CODE> typedef.</TD> 29 </TR> 30 <TR> 31 <TD width="249">VecVtxDiff</TD> 32 <TD width="573">Indicates the <CODE><A href="g3/G3_VtxDiff.html">G3_VtxDiff</A></CODE> function parameters using the <CODE>u32 typedef</CODE>.</TD> 33 </TR> 34 </TBODY> 35</TABLE> 36<H2>Type Definitions</H2> 37<PRE><CODE>typedef u16 GXRgb; 38typedef u16 GXRgba; 39typedef u32 VecVtx10; 40typedef u32 VecVtxDiff; 41</CODE></PRE> 42<H2>Revision History</H2> 43<P>2004/02/23 Initial version.</P> 44<hr><p>CONFIDENTIAL</p></body> 45</html> 46