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>nw::demo::RenderSystem::Description</title>
49  </head>
50  <body>
51    <h1><CODE><a href="../../../../nw/Overview.html">nw</a>::<a href="../../../../nw/demo/Overview.html">demo</a>::<a href="../../../../nw/demo/RenderSystem/Overview.html">RenderSystem</a>::Description</CODE> Structure</h1>
52    <h2>Syntax</h2>
53    <div class="section">
54      <pre class="definition">struct Description
55{
56   <a href="../../../../nw/demo/DisplayBufferSwapper/Description/Overview.html">DisplayBufferSwapper::Description</a> upperScreenDescription;
57   <a href="../../../../nw/demo/DisplayBufferSwapper/Description/Overview.html">DisplayBufferSwapper::Description</a> lowerScreenDescription;
58   <a href="../../../../nw/gfx/RenderColorFormat.html">gfx::RenderColorFormat</a> renderColorFormat;
59   size_t commandBufferSize;
60   size_t commandRequestCount;
61   size_t reusableCommandBufferSize;
62   size_t reusableCommandRequestCount;
63   <a href="../../../../nw/demo/UpperScreenMode.html">UpperScreenMode</a> upperScreenMode;
64   size_t commandListCount;
65   size_t displayBufferCount;
66   size_t maxGpuProfilingEntryCount;
67};
68</pre>
69    </div>
70    <h2>Description</h2>
71    <div class="section">
72      <p>Render system settings.</p>
73    </div>
74    <a name="struct" id="struct">
75      <h2>Structures</h2>
76      <div class="section">
77        <table class="members">
78          <tr>
79            <th>
80              <a href="../../../../nw/demo/RenderSystem/Description/ScreenOffset/Overview.html">nw::demo::RenderSystem::Description::ScreenOffset</a>
81            </th>
82            <td>Represents the screen offset.</td>
83          </tr>
84          <tr>
85            <th>
86              <a href="../../../../nw/demo/RenderSystem/Description/ScreenSize/Overview.html">nw::demo::RenderSystem::Description::ScreenSize</a>
87            </th>
88            <td>Represents the screen size to be rendered.</td>
89          </tr> </table>
90      </div>
91    </a> <a name="variable" id="variable">
92      <h2>Member Variables</h2>
93      <div class="section">
94        <table class="members">
95          <tr>
96            <td width="100"> </td>
97            <th>
98              <span class="argument">upperScreenDescription</span>
99            </th>
100            <td width="100"><a href="../../../../nw/demo/DisplayBufferSwapper/Description/Overview.html"><CODE>DisplayBufferSwapper::Description</CODE></a></td>
101            <td>Setting information for the display buffer swapper for the upper screen.</td>
102          </tr>
103          <tr>
104            <td width="100"> </td>
105            <th>
106              <span class="argument">lowerScreenDescription</span>
107            </th>
108            <td width="100"><a href="../../../../nw/demo/DisplayBufferSwapper/Description/Overview.html"><CODE>DisplayBufferSwapper::Description</CODE></a></td>
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 width="100"><a href="../../../../nw/gfx/RenderColorFormat.html"><CODE>gfx::RenderColorFormat</CODE></a></td>
117            <td>Represents the screen's color format.</td>
118          </tr>
119          <tr>
120            <td width="100"> </td>
121            <th>
122              <span class="argument">commandBufferSize</span>
123            </th>
124            <td width="100">size_t</td>
125            <td>Represents the size of the command buffer.</td>
126          </tr>
127          <tr>
128            <td width="100"> </td>
129            <th>
130              <span class="argument">commandRequestCount</span>
131            </th>
132            <td width="100">size_t</td>
133            <td>Represents maximum number of command requests.</td>
134          </tr>
135          <tr>
136            <td width="100"> </td>
137            <th>
138              <span class="argument">reusableCommandBufferSize</span>
139            </th>
140            <td width="100">size_t</td>
141            <td>The buffer size for reusable command list.</td>
142          </tr>
143          <tr>
144            <td width="100"> </td>
145            <th>
146              <span class="argument">reusableCommandRequestCount</span>
147            </th>
148            <td width="100">size_t</td>
149            <td>The maximum number of command lists for reusable command lists.</td>
150          </tr>
151          <tr>
152            <td width="100"> </td>
153            <th>
154              <span class="argument">upperScreenMode</span>
155            </th>
156            <td width="100"><a href="../../../../nw/demo/UpperScreenMode.html">UpperScreenMode</a></td>
157            <td>Upper screen mode.</td>
158          </tr>
159          <tr>
160            <td width="100"> </td>
161            <th>
162              <span class="argument">commandListCount</span>
163            </th>
164            <td width="100">size_t</td>
165            <td>The number of command lists being created.</td>
166          </tr>
167          <tr>
168            <td width="100"> </td>
169            <th>
170              <span class="argument">displayBufferCount</span>
171            </th>
172            <td width="100">size_t</td>
173            <td>The number of display buffers being created.</td>
174          </tr>
175          <tr>
176            <td width="100"> </td>
177            <th>
178              <span class="argument">maxGpuProfilingEntryCount</span>
179            </th>
180            <td width="100">size_t</td>
181            <td>The maximum number of GPU profiler entries in the command list.</td>
182          </tr> </table>
183      </div>
184    </a> <a name="function" id="function">
185      <h2>Member Functions</h2>
186      <div class="section">
187        <table class="members">
188          <tr>
189            <td width="100">  </td>
190            <th>
191              <a href="../../../../nw/demo/RenderSystem/Description/Description.html"><CODE>Description</CODE></a>
192            </th>
193            <td>Constructor. Sets the default value when not displaying in 3D.</td>
194          </tr> </table>
195      </div>
196    </a>
197  <hr><p>CONFIDENTIAL</p></body>
198</html>
199