1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../../../css/manpage.css" type="text/css" />
7    <style type="text/css"><!--
8      span.static_style
9      {
10        font-size			: 8pt;
11        color				: white;
12        font-weight			: bold;
13        background			: #44f;
14        border-left			: solid 1px #aaf;
15        border-top			: solid 1px #aaf;
16        border-right		: solid 1px #00c;
17        border-bottom		: solid 1px #00c;
18        padding-left		: 2px;
19        padding-right		: 2px;
20      }
21      span.virtual_style
22      {
23        font-size			 : 8pt;
24        color				 : white;
25        font-weight			: bold;
26        background			: #0a0;
27        border-left			: solid 1px #0f0;
28        border-top			: solid 1px #0f0;
29        border-right		: solid 1px #060;
30        border-bottom		: solid 1px #060;
31        padding-left		: 2px;
32        padding-right		: 2px;
33      }
34      span.protected_style
35      {
36        font-size			 : 8pt;
37        color				 : white;
38        font-weight			: bold;
39        background			: #444;
40        border-left			: solid 1px #ccc;
41        border-top			: solid 1px #ccc;
42        border-right		: solid 1px #222;
43        border-bottom		: solid 1px #222;
44        padding-left		: 2px;
45        padding-right		: 2px;
46      }
47        --></style>
48<title>nn::gd::CTR::RasterizerStage</title>
49  </head>
50  <body>
51<h1><CODE><a href="../../../../nn/Overview.html">nn</a>::<a href="../../../../nn/gd/Overview.html">gd</a>::<a href="../../../../nn/gd/CTR/Overview.html">CTR</a>::RasterizerStage</CODE> Class</h1>
52<h2>Syntax</h2>
53    <div class="section">
54<pre class="definition">class RasterizerStage</pre>
55    </div>
56<h2>Description</h2>
57    <div class="section">
58<p>The rasterizer stage.</p><p><anchor id="classnn_1_1gd_1_1_c_t_r_1_1_rasterizer_stage_1RasterizerStage" /></p><!-- write here --></div>
59    <a name="enum" id="enum">
60<h2>Enumerated Types</h2>
61      <div class="section">
62        <table class="members">
63          <tr>
64            <td width="100"> </td>
65            <th>
66<a href="../../../../nn/gd/CTR/RasterizerStage/Culling.html"><CODE>Culling</CODE></a>
67            </th>
68<td>The enum values for the culling type.</td>
69          </tr>
70          <tr>
71            <td width="100"> </td>
72            <th>
73<a href="../../../../nn/gd/CTR/RasterizerStage/EarlyDepthFunction.html">EarlyDepthFunction</a>
74            </th>
75<td>The enum values for the comparison functions for the early depth test.</td>
76          </tr> </table>
77      </div>
78    </a> <a name="typedef" id="typedef">
79<h2><CODE>typedef</CODE> Definitions</h2>
80      <div class="section">
81        <table class="members">
82          <tr>
83            <td width="100" />
84            <th>
85<a href="../../../../nn/gd/CTR/RasterizerStage/CullingType.html">CullingType</a>
86            </th>
87<td>Do not use this. It may be removed in a future release. Use Culling.</td>
88          </tr> </table>
89      </div>
90    </a> <a name="function" id="function">
91<h2>Member Functions</h2>
92      <div class="section">
93        <table class="members">
94          <tr>
95            <td width="100">
96<span class="static_style" title="static">S</span> </td>
97            <th>
98<a href="../../../../nn/gd/CTR/RasterizerStage/SetCulling.html">SetCulling</a>
99            </th>
100<td>Sets the culling mode.</td>
101          </tr>
102          <tr>
103            <td width="100">
104<span class="static_style" title="static">S</span> </td>
105            <th>
106<a href="../../../../nn/gd/CTR/RasterizerStage/SetViewport.html">SetViewport</a>
107            </th>
108<td>Configures the viewport.</td>
109          </tr>
110          <tr>
111            <td width="100">
112<span class="static_style" title="static">S</span> </td>
113            <th>
114<a href="../../../../nn/gd/CTR/RasterizerStage/EnableClippingPlane.html">EnableClippingPlane</a>
115            </th>
116<td>Configures clipping.</td>
117          </tr>
118          <tr>
119            <td width="100">
120<span class="static_style" title="static">S</span> </td>
121            <th>
122<a href="../../../../nn/gd/CTR/RasterizerStage/SetClippingPlane.html">SetClippingPlane</a>
123            </th>
124<td>Sets the clipping face planes. </td>
125          </tr>
126          <tr>
127            <td width="100">
128<span class="static_style" title="static">S</span> </td>
129            <th>
130<a href="../../../../nn/gd/CTR/RasterizerStage/EnableScissor.html">EnableScissor</a>
131            </th>
132<td>Configures scissoring.</td>
133          </tr>
134          <tr>
135            <td width="100">
136<span class="static_style" title="static">S</span> </td>
137            <th>
138<a href="../../../../nn/gd/CTR/RasterizerStage/SetScissor.html">SetScissor</a>
139            </th>
140<td>Sets the rectangular region for scissoring.</td>
141          </tr>
142          <tr>
143            <td width="100">
144<span class="static_style" title="static">S</span> </td>
145            <th>
146<a href="../../../../nn/gd/CTR/RasterizerStage/SetEarlyDepthTest.html">SetEarlyDepthTest</a>
147            </th>
148<td>Sets the early depth test. </td>
149          </tr>
150          <tr>
151            <td width="100">
152<span class="static_style" title="static">S</span> </td>
153            <th>
154<a href="../../../../nn/gd/CTR/RasterizerStage/ClearEarlyDepth.html">ClearEarlyDepth</a>
155            </th>
156<td>Clears the early depth buffer.</td>
157          </tr> </table>
158      </div>
159    </a>
160<h2>Revision History</h2>
161    <div class="section">
162      <dl class="history">
163        <dt>2011/02/15</dt>
164<dd>Initial version.<br />
165        </dd>
166      </dl>
167    </div>
168  <hr><p>CONFIDENTIAL</p></body>
169</html>
170