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::System</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>::System</CODE> Class</h1>
52<h2>Syntax</h2>
53    <div class="section">
54<pre class="definition">class System</pre>
55    </div>
56<h2>Description</h2>
57    <div class="section">
58<p>The system function includes features related to pipeline stages for all 3D rendering.</p><p><anchor id="classnn_1_1gd_1_1_c_t_r_1_1_system_1systemFunction" /></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/System/Module.html"><CODE>Module</CODE></a>
67            </th>
68<td>The enum value of each GD API module.</td>
69          </tr> </table>
70      </div>
71    </a> <a name="function" id="function">
72<h2>Member Functions</h2>
73      <div class="section">
74        <table class="members">
75          <tr>
76            <td width="100">
77<span class="static_style" title="static">S</span> </td>
78            <th>
79<a href="../../../../nn/gd/CTR/System/SetCallbackFunctionError.html"><CODE>SetCallbackFunctionError</CODE></a>
80            </th>
81<td>Sets the callback function.</td>
82          </tr>
83          <tr>
84            <td width="100">
85<span class="static_style" title="static">S</span> </td>
86            <th>
87<a href="../../../../nn/gd/CTR/System/GetErrorStringFromResult.html"><CODE>GetErrorStringFromResult</CODE></a>
88            </th>
89<td>This function gets the error string for any <a href="../../../../nnResult/Overview.html"><CODE>nnResult</CODE></a>.</td>
90          </tr>
91          <tr>
92            <td width="100">
93<span class="static_style" title="static">S</span> </td>
94            <th>
95<a href="../../../../nn/gd/CTR/System/Initialize.html"><CODE>Initialize</CODE></a>
96            </th>
97<td>Initializes the <a href="../../../../nn/gd/Overview.html">gd</a> API. This function must be executed before calling any other gd functions.</td>
98          </tr>
99          <tr>
100            <td width="100">
101<span class="static_style" title="static">S</span> </td>
102            <th>
103<a href="../../../../nn/gd/CTR/System/Finalize.html"><CODE>Finalize</CODE></a>
104            </th>
105<td>Finalizes the <a href="../../../../nn/gd/Overview.html">gd</a> API.</td>
106          </tr>
107          <tr>
108            <td width="100">
109<span class="static_style" title="static">S</span> </td>
110            <th>
111<a href="../../../../nn/gd/CTR/System/ForceDirty.html"><CODE>ForceDirty</CODE></a>
112            </th>
113<td>Puts the command of the specified module into reconfigure status.</td>
114          </tr>
115          <tr>
116            <td width="100">
117<span class="static_style" title="static">S</span> </td>
118            <th>
119<a href="../../../../nn/gd/CTR/System/SetDefault.html"><CODE>SetDefault</CODE></a>
120            </th>
121<td>Resets the specified module to default values.</td>
122          </tr>
123          <tr>
124            <td width="100">
125<span class="static_style" title="static">S</span> </td>
126            <th>
127<a href="../../../../nn/gd/CTR/System/Draw.html"><CODE>Draw</CODE></a>
128            </th>
129<td>Renders primitives from the vertex buffer currently configured.</td>
130          </tr>
131          <tr>
132            <td width="100">
133<span class="static_style" title="static">S</span> </td>
134            <th>
135<a href="../../../../nn/gd/CTR/System/DrawIndexed.html"><CODE>DrawIndexed</CODE></a>
136            </th>
137<td>Renders an indexed primitive from the vertex buffer and index buffer currently configured.</td>
138          </tr>
139          <tr>
140            <td width="100">
141<span class="static_style" title="static">S</span> </td>
142            <th>
143<a href="../../../../nn/gd/CTR/System/Execute3DCommandList.html"><CODE>Execute3DCommandList</CODE></a>
144            </th>
145<td>Executes the 3D command buffer.</td>
146          </tr>
147          <tr>
148            <td width="100">
149<span class="static_style" title="static">S</span> </td>
150            <th>
151<a href="../../../../nn/gd/CTR/System/StartRecordingPackets.html"><CODE>StartRecordingPackets</CODE></a>
152            </th>
153<td>Starts saving the current command list object.</td>
154          </tr>
155          <tr>
156            <td width="100">
157<span class="static_style" title="static">S</span> </td>
158            <th>
159<a href="../../../../nn/gd/CTR/System/GetCommandBufferOffset.html"><CODE>GetCommandBufferOffset</CODE></a>
160            </th>
161<td>Gets the current offset for the command buffer for which a command list object save has started.</td>
162          </tr>
163          <tr>
164            <td width="100">
165<span class="static_style" title="static">S</span> </td>
166            <th>
167<a href="../../../../nn/gd/CTR/System/GetCommandBufferBaseAddress.html"><CODE>GetCommandBufferBaseAddress</CODE></a>
168            </th>
169<td>Gets the base address of the saved command buffer. </td>
170          </tr>
171          <tr>
172            <td width="100">
173<span class="static_style" title="static">S</span> </td>
174            <th>
175<a href="../../../../nn/gd/CTR/System/StopRecordingPackets.html"><CODE>StopRecordingPackets</CODE></a>
176            </th>
177<td>Stops saving the current command list object.</td>
178          </tr>
179          <tr>
180            <td width="100">
181<span class="static_style" title="static">S</span> </td>
182            <th>
183<a href="../../../../nn/gd/CTR/System/ReplayPackets.html"><CODE>ReplayPackets</CODE></a>
184            </th>
185<td>Re-executes the command list object specified by <CODE>packetId</CODE>.</td>
186          </tr>
187          <tr>
188            <td width="100">
189<span class="static_style" title="static">S</span> </td>
190            <th>
191<a href="../../../../nn/gd/CTR/System/ReleasePackets.html"><CODE>ReleasePackets</CODE></a>
192            </th>
193<td>Releases the saved command list object.</td>
194          </tr> </table>
195      </div>
196    </a>
197<h2>Revision History</h2>
198    <div class="section">
199      <dl class="history">
200        <dt>2011/02/15</dt>
201<dd>Initial version.<br />
202        </dd>
203      </dl>
204    </div>
205  <hr><p>CONFIDENTIAL</p></body>
206</html>
207