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
22      span.virtual_style
23      {
24        font-size			 : 8pt;
25        color				 : white;
26        font-weight			: bold;
27        background			: #0a0;
28        border-left			: solid 1px #0f0;
29        border-top			: solid 1px #0f0;
30        border-right		: solid 1px #060;
31        border-bottom		: solid 1px #060;
32        padding-left		: 2px;
33        padding-right		: 2px;
34      }
35
36      span.protected_style
37      {
38        font-size			 : 8pt;
39        color				 : white;
40        font-weight			: bold;
41        background			: #444;
42        border-left			: solid 1px #ccc;
43        border-top			: solid 1px #ccc;
44        border-right		: solid 1px #222;
45        border-bottom		: solid 1px #222;
46        padding-left		: 2px;
47        padding-right		: 2px;
48      }
49        --></style>
50    <title>nw::demo::RenderSystem::Description</title>
51  </head>
52  <body>
53    <h1><CODE>nnw::demo::RenderSystem::Description</CODE> Structure</h1>
54    <h2>Syntax</h2>
55    <div class="section">
56      <pre class="definition">struct Description
57{
58   <a href="../../../../nw/demo/DisplayBufferSwapper/Description/Overview.html">DisplayBufferSwapper::Description</a> upperScreenDescription;
59   <a href="../../../../nw/demo/DisplayBufferSwapper/Description/Overview.html">DisplayBufferSwapper::Description</a> lowerScreenDescription;
60   <a href="../../../../nw/gfx/RenderColorFormat.html">gfx::RenderColorFormat</a> renderColorFormat;
61   size_t commandBufferSize;
62   size_t commandRequestCount;
63   size_t reusableCommandBufferSize;
64   size_t reusableCommandRequestCount;
65   <a href="../../../../nw/demo/UpperScreenMode.html">UpperScreenMode</a> upperScreenMode;
66   size_t commandListCount;
67   size_t displayBufferCount;
68   size_t maxGpuProfilingEntryCount;
69};
70</pre>
71    </div>
72    <h2>Description</h2>
73    <div class="section">
74      <p>Render system settings.</p>
75    </div>
76    <a name="struct" id="struct">
77      <h2>Structures</h2>
78      <div class="section">
79        <table class="members">
80          <tr>
81            <th>
82              <a href="../../../../nw/demo/RenderSystem/Description/ScreenOffset/Overview.html">nw::demo::RenderSystem::Description::ScreenOffset</a>
83            </th>
84            <td>Represents the screen offset.</td>
85          </tr>
86          <tr>
87            <th>
88              <a href="../../../../nw/demo/RenderSystem/Description/ScreenSize/Overview.html">nw::demo::RenderSystem::Description::ScreenSize</a>
89            </th>
90            <td>Represents the screen size to be rendered.</td>
91          </tr> </table>
92      </div>
93    </a> <a name="variable" id="variable">
94      <h2>Member Variables</h2>
95      <div class="section">
96        <table class="members">
97          <tr>
98            <td width="100"> </td>
99            <th>
100              <span class="argument">upperScreenDescription</span>
101            </th>
102            <td>Setting information for the display buffer swapper for the upper screen.</td>
103          </tr>
104          <tr>
105            <td width="100"> </td>
106            <th>
107              <span class="argument">lowerScreenDescription</span>
108            </th>
109            <td>Setting information for the display buffer swapper for the lower screen.</td>
110          </tr>
111          <tr>
112            <td width="100"> </td>
113            <th>
114              <span class="argument">renderColorFormat</span>
115            </th>
116            <td>Represents the screen's color format.</td>
117          </tr>
118          <tr>
119            <td width="100"> </td>
120            <th>
121              <span class="argument">commandBufferSize</span>
122            </th>
123            <td>Represents the size of the command buffer.</td>
124          </tr>
125          <tr>
126            <td width="100"> </td>
127            <th>
128              <span class="argument">commandRequestCount</span>
129            </th>
130            <td>Represents maximum number of command requests.</td>
131          </tr>
132          <tr>
133            <td width="100"> </td>
134            <th>
135              <span class="argument">reusableCommandBufferSize</span>
136            </th>
137            <td>The buffer size for reusable command list.</td>
138          </tr>
139          <tr>
140            <td width="100"> </td>
141            <th>
142              <span class="argument">reusableCommandRequestCount</span>
143            </th>
144            <td>The maximum number of command lists for reusable command lists.</td>
145          </tr>
146          <tr>
147            <td width="100"> </td>
148            <th>
149              <span class="argument">upperScreenMode</span>
150            </th>
151            <td>Upper screen mode.</td>
152          </tr>
153          <tr>
154            <td width="100"> </td>
155            <th>
156              <span class="argument">commandListCount</span>
157            </th>
158            <td>The number of command lists being created.</td>
159          </tr>
160          <tr>
161            <td width="100"> </td>
162            <th>
163              <span class="argument">displayBufferCount</span>
164            </th>
165            <td>The number of display buffers being created.</td>
166          </tr>
167          <tr>
168            <td width="100"> </td>
169            <th>
170              <span class="argument">maxGpuProfilingEntryCount</span>
171            </th>
172            <td>The maximum number of GPU profiler entries in the command list.</td>
173          </tr> </table>
174      </div>
175    </a> <a name="function" id="function">
176      <h2>Member Functions</h2>
177      <div class="section">
178        <table class="members">
179          <tr>
180            <td width="100">  </td>
181            <th>
182              <a href="../../../../nw/demo/RenderSystem/Description/Description.html"><CODE>Description</CODE></a>
183            </th>
184            <td>Constructor. Sets the default value when not displaying in 3D.</td>
185          </tr> </table>
186      </div>
187    </a>
188  <hr><p>CONFIDENTIAL</p></body>
189</html>