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>GXVCachePerf</TITLE> 9</HEAD> 10<BODY> 11<H1 align="left">GXVCachePerf</H1> 12<H2>Enumerated Values</H2> 13<DIV align="left"> 14<TABLE border="0" width="100%" height="94"> 15 <TBODY> 16 <TR> 17<TD width="100%" height="21"><CODE>GX_VC_POS</CODE></TD> 18 </TR> 19 <TR> 20<TD width="100%" height="21"><CODE>GX_VC_NRM</CODE></TD> 21 </TR> 22 <TR> 23<TD width="100%" height="21"><CODE>GX_VC_CLR0</CODE></TD> 24 </TR> 25 <TR> 26<TD width="100%" height="21"><CODE>GX_VC_CLR1</CODE></TD> 27 </TR> 28 <TR> 29<TD width="100%" height="21"><CODE>GX_VC_TEX0</CODE></TD> 30 </TR> 31 <TR> 32<TD width="100%" height="21"><CODE>GX_VC_TEX1</CODE></TD> 33 </TR> 34 <TR> 35<TD width="100%" height="21"><CODE>GX_VC_TEX2</CODE></TD> 36 </TR> 37 <TR> 38<TD width="100%" height="21"><CODE>GX_VC_TEX3</CODE></TD> 39 </TR> 40 <TR> 41<TD width="100%" height="21"><CODE>GX_VC_TEX4</CODE></TD> 42 </TR> 43 <TR> 44<TD width="100%" height="21"><CODE>GX_VC_TEX5</CODE></TD> 45 </TR> 46 <TR> 47<TD width="100%" height="21"><CODE>GX_VC_TEX6</CODE></TD> 48 </TR> 49 <TR> 50<TD width="100%" height="21"><CODE>GX_VC_TEX7</CODE></TD> 51 </TR> 52 <TR> 53<TD width="100%" height="21"><CODE>GX_VC_ALL</CODE></TD> 54 </TR> 55 </TBODY> 56</TABLE> 57</DIV> 58<H2>Description</H2> 59<P>Vertex cache performance counter parameters.</P> 60<TABLE border="1"> 61 <TBODY> 62 <TR> 63<TD><CODE>GX_VC_POS</CODE></TD> 64<TD>Enables the counter of the vertex cache position attribute.</TD> 65 </TR> 66 <TR> 67<TD><CODE>GX_VC_NRM</CODE></TD> 68<TD>Enables the counter of the vertex cache normal attribute.</TD> 69 </TR> 70 <TR> 71<TD><CODE>GX_VC_CLR0</CODE></TD> 72<TD>Enables the counter of the vertex cache attribute color ID 0.</TD> 73 </TR> 74 <TR> 75<TD><CODE>GX_VC_CLR1</CODE></TD> 76<TD>Enables the counter of the vertex cache attribute color ID 1.</TD> 77 </TR> 78 <TR> 79<TD><CODE>GX_VC_TEX0</CODE></TD> 80<TD>Enables the counter of the vertex cache attribute texture ID 0.</TD> 81 </TR> 82 <TR> 83<TD><CODE>GX_VC_TEX1</CODE></TD> 84<TD>Enables the counter of the vertex cache attribute texture ID 1.</TD> 85 </TR> 86 <TR> 87<TD><CODE>GX_VC_TEX2</CODE></TD> 88<TD>Enables the counter of the vertex cache attribute texture ID 2.</TD> 89 </TR> 90 <TR> 91<TD><CODE>GX_VC_TEX3</CODE></TD> 92<TD>Enables the counter of the vertex cache attribute texture ID 3.</TD> 93 </TR> 94 <TR> 95<TD><CODE>GX_VC_TEX4</CODE></TD> 96<TD>Enables the counter of the vertex cache attribute texture ID 4.</TD> 97 </TR> 98 <TR> 99<TD><CODE>GX_VC_TEX5</CODE></TD> 100<TD>Enables the counter of the vertex cache attribute texture ID 5.</TD> 101 </TR> 102 <TR> 103<TD><CODE>GX_VC_TEX6</CODE></TD> 104<TD>Enables the counter of the vertex cache attribute texture ID 6.</TD> 105 </TR> 106 <TR> 107<TD><CODE>GX_VC_TEX7</CODE></TD> 108<TD>Enables the counter of the vertex cache attribute texture ID 7.</TD> 109 </TR> 110 <TR> 111<TD><CODE>GX_VC_ALL</CODE></TD> 112<TD>Enable the vertex cache counters for all attributes.</TD> 113 </TR> 114 </TBODY> 115</TABLE> 116<H2>Functions Using This Type</H2> 117<P><A href="../Performance/GXReadVCacheMetric.html"><CODE>GXReadVCacheMetric</CODE></A></P> 118<H2>Revision History</H2> 119<P>03/01/2006 Initial version.</P> 120</BODY> 121</HTML>