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::gfx::ShaderBinaryInfo::ExeImageInfo</title>
49  </head>
50  <body>
51    <h1><CODE><a href="../../../../nw/Overview.html">nw</a>::<a href="../../../../nw/gfx/Overview.html">gfx</a>::<a href="../../../../nw/gfx/ShaderBinaryInfo/Overview.html">ShaderBinaryInfo</a>::ExeImageInfo</CODE> Structure</h1>
52    <h2>Syntax</h2>
53    <div class="section">
54      <pre class="definition">struct ExeImageInfo
55{
56   <span>u32</span> signature;
57   <span>u16</span> version;
58   <span>u8</span> isGeometryShader;
59   <span>u8</span> outputMaps;
60   <span>u32</span> mainAddress;
61   <span>u32</span> endAddress;
62   <span>u16</span> inputMask;
63   <span>u16</span> outputMask;
64   <span>u8</span> gsDataMode;
65   <span>u8</span> gsVertexStartIndex;
66   <span>u8</span> gsPatchSize;
67   <span>u8</span> gsVertexNum;
68   <span>u32</span> setupOffset;
69   <span>u32</span> setupCount;
70   <span>u32</span> labelOffset;
71   <span>u32</span> labelCount;
72   <span>u32</span> outmapOffset;
73   <span>u32</span> outmapCount;
74   <span>u32</span> bindSymbolOffset;
75   <span>u32</span> bindSymbolCount;
76   <span>u32</span> stringOffset;
77   <span>u32</span> stringCount;
78};
79</pre>
80    </div>
81    <h2>Description</h2>
82    <div class="section">
83      <p>
84  </p>
85    </div>
86    <a name="variable" id="variable">
87      <h2>Member Variables</h2>
88      <div class="section">
89        <table class="members">
90          <tr>
91            <td width="100"> </td>
92            <th>
93              <span class="argument">signature</span>
94            </th>
95            <td width="100"><span>u32</span></td>
96            <td>
97        </td>
98          </tr>
99          <tr>
100            <td width="100"> </td>
101            <th>
102              <span class="argument">version</span>
103            </th>
104            <td width="100"><span><CODE>u16</CODE></span></td>
105            <td>
106        </td>
107          </tr>
108          <tr>
109            <td width="100"> </td>
110            <th>
111              <span class="argument">isGeometryShader</span>
112            </th>
113            <td width="100"><span>u8</span></td>
114            <td>
115        </td>
116          </tr>
117          <tr>
118            <td width="100"> </td>
119            <th>
120              <span class="argument">outputMaps</span>
121            </th>
122            <td width="100"><span>u8</span></td>
123            <td>
124        </td>
125          </tr>
126          <tr>
127            <td width="100"> </td>
128            <th>
129              <span class="argument">mainAddress</span>
130            </th>
131            <td width="100"><span>u32</span></td>
132            <td>
133        </td>
134          </tr>
135          <tr>
136            <td width="100"> </td>
137            <th>
138              <span class="argument">endAddress</span>
139            </th>
140            <td width="100"><span>u32</span></td>
141            <td>
142        </td>
143          </tr>
144          <tr>
145            <td width="100"> </td>
146            <th>
147              <span class="argument">inputMask</span>
148            </th>
149            <td width="100"><span><CODE>u16</CODE></span></td>
150            <td>
151        </td>
152          </tr>
153          <tr>
154            <td width="100"> </td>
155            <th>
156              <span class="argument">outputMask</span>
157            </th>
158            <td width="100"><span><CODE>u16</CODE></span></td>
159            <td>
160        </td>
161          </tr>
162          <tr>
163            <td width="100"> </td>
164            <th>
165              <span class="argument">gsDataMode</span>
166            </th>
167            <td width="100"><span>u8</span></td>
168            <td>
169        </td>
170          </tr>
171          <tr>
172            <td width="100"> </td>
173            <th>
174              <span class="argument">gsVertexStartIndex</span>
175            </th>
176            <td width="100"><span>u8</span></td>
177            <td>
178        </td>
179          </tr>
180          <tr>
181            <td width="100"> </td>
182            <th>
183              <span class="argument">gsPatchSize</span>
184            </th>
185            <td width="100"><span>u8</span></td>
186            <td>
187        </td>
188          </tr>
189          <tr>
190            <td width="100"> </td>
191            <th>
192              <span class="argument">gsVertexNum</span>
193            </th>
194            <td width="100"><span>u8</span></td>
195            <td>
196        </td>
197          </tr>
198          <tr>
199            <td width="100"> </td>
200            <th>
201              <span class="argument">setupOffset</span>
202            </th>
203            <td width="100"><span>u32</span></td>
204            <td>
205        </td>
206          </tr>
207          <tr>
208            <td width="100"> </td>
209            <th>
210              <span class="argument">setupCount</span>
211            </th>
212            <td width="100"><span>u32</span></td>
213            <td>
214        </td>
215          </tr>
216          <tr>
217            <td width="100"> </td>
218            <th>
219              <span class="argument">labelOffset</span>
220            </th>
221            <td width="100"><span>u32</span></td>
222            <td>
223        </td>
224          </tr>
225          <tr>
226            <td width="100"> </td>
227            <th>
228              <span class="argument">labelCount</span>
229            </th>
230            <td width="100"><span>u32</span></td>
231            <td>
232        </td>
233          </tr>
234          <tr>
235            <td width="100"> </td>
236            <th>
237              <span class="argument">outmapOffset</span>
238            </th>
239            <td width="100"><span>u32</span></td>
240            <td>
241        </td>
242          </tr>
243          <tr>
244            <td width="100"> </td>
245            <th>
246              <span class="argument">outmapCount</span>
247            </th>
248            <td width="100"><span>u32</span></td>
249            <td>
250        </td>
251          </tr>
252          <tr>
253            <td width="100"> </td>
254            <th>
255              <span class="argument">bindSymbolOffset</span>
256            </th>
257            <td width="100"><span>u32</span></td>
258            <td>
259        </td>
260          </tr>
261          <tr>
262            <td width="100"> </td>
263            <th>
264              <span class="argument">bindSymbolCount</span>
265            </th>
266            <td width="100"><span>u32</span></td>
267            <td>
268        </td>
269          </tr>
270          <tr>
271            <td width="100"> </td>
272            <th>
273              <span class="argument">stringOffset</span>
274            </th>
275            <td width="100"><span>u32</span></td>
276            <td>
277        </td>
278          </tr>
279          <tr>
280            <td width="100"> </td>
281            <th>
282              <span class="argument">stringCount</span>
283            </th>
284            <td width="100"><span>u32</span></td>
285            <td>
286        </td>
287          </tr> </table>
288      </div>
289    </a>
290  <hr><p>CONFIDENTIAL</p></body>
291</html>
292