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::gfx::res::ResInterleavedVertexStreamData</title>
51  </head>
52  <body>
53    <h1>nw::gfx::res::ResInterleavedVertexStreamData Structure</h1>
54    <h2>Syntax</h2>
55    <div class="section">
56      <pre class="definition">struct ResInterleavedVertexStreamData : public <a href="../../../../nw/gfx/res/ResVertexStreamBaseData/Overview.html">nw::gfx::res::ResVertexStreamBaseData</a>
57{
58   <a href="../../../../nw/ut/ResU32.html">nw::ut::ResU32</a> m_Stride;
59   <a href="../../../../nw/ut/ResS32.html">nw::ut::ResS32</a> m_VertexStreamsTableCount;
60   <a href="../../../../nw/ut/Offset/Overview.html">nw::ut::Offset</a> toVertexStreamsTable;
61   <a href="../../../../nw/ut/ResU32.html">nw::ut::ResU32</a> m_BufferObject;
62   <a href="../../../../nw/ut/ResU32.html">nw::ut::ResU32</a> m_LocationFlag;
63   <a href="../../../../nw/ut/ResS32.html">nw::ut::ResS32</a> m_StreamTableCount;
64   <a href="../../../../nw/ut/Offset/Overview.html">nw::ut::Offset</a> toStreamTable;
65   <span>u32</span> m_LocationAddress;
66   <span>u32</span> m_MemoryArea;
67};
68</pre>
69    </div>
70    <h2>Description</h2>
71    <div class="section">
72      <p>
73  </p>
74    </div>
75    <a name="variable" id="variable">
76      <h2>Member Variables</h2>
77      <div class="section">
78        <table class="members">
79          <tr>
80            <td width="100"> </td>
81            <th>
82              <span class="argument">m_Stride</span>
83            </th>
84            <td>
85        </td>
86          </tr>
87          <tr>
88            <td width="100"> </td>
89            <th>
90              <span class="argument">m_VertexStreamsTableCount</span>
91            </th>
92            <td>
93        </td>
94          </tr>
95          <tr>
96            <td width="100"> </td>
97            <th>
98              <span class="argument">toVertexStreamsTable</span>
99            </th>
100            <td>
101        </td>
102          </tr>
103          <tr>
104            <td width="100"> </td>
105            <th>
106              <span class="argument"><CODE>m_BufferObject</CODE></span>
107            </th>
108            <td>
109        (Inherited from <a href="../../../../nw/gfx/res/ResVertexStreamBaseData/Overview.html">ResVertexStreamBaseData</a>)</td>
110          </tr>
111          <tr>
112            <td width="100"> </td>
113            <th>
114              <span class="argument"><CODE>m_LocationFlag</CODE></span>
115            </th>
116            <td>
117        (Inherited from <a href="../../../../nw/gfx/res/ResVertexStreamBaseData/Overview.html">ResVertexStreamBaseData</a>)</td>
118          </tr>
119          <tr>
120            <td width="100"> </td>
121            <th>
122              <span class="argument"><CODE>m_StreamTableCount</CODE></span>
123            </th>
124            <td>
125        (Inherited from <a href="../../../../nw/gfx/res/ResVertexStreamBaseData/Overview.html">ResVertexStreamBaseData</a>)</td>
126          </tr>
127          <tr>
128            <td width="100"> </td>
129            <th>
130              <span class="argument"><CODE>toStreamTable</CODE></span>
131            </th>
132            <td>
133        (Inherited from <a href="../../../../nw/gfx/res/ResVertexStreamBaseData/Overview.html">ResVertexStreamBaseData</a>)</td>
134          </tr>
135          <tr>
136            <td width="100"> </td>
137            <th>
138              <span class="argument">m_LocationAddress</span>
139            </th>
140            <td>
141        (Inherited from <a href="../../../../nw/gfx/res/ResVertexStreamBaseData/Overview.html">ResVertexStreamBaseData</a>)</td>
142          </tr>
143          <tr>
144            <td width="100"> </td>
145            <th>
146              <span class="argument">m_MemoryArea</span>
147            </th>
148            <td>
149        (Inherited from <a href="../../../../nw/gfx/res/ResVertexStreamBaseData/Overview.html">ResVertexStreamBaseData</a>)</td>
150          </tr> </table>
151      </div>
152    </a>
153    <h2>Inheritance Hierarchy</h2>
154    <div class="section">
155      <p class="hierarchy"><span>nw::gfx::res::ResVertexAttributeData</span><br />  <a href="../../../../nw/gfx/res/ResVertexStreamBaseData/Overview.html">nw::gfx::res::ResVertexStreamBaseData</a><br />    <b>nw::gfx::res::ResInterleavedVertexStreamData</b>
156      </p>
157    </div>
158  <hr><p>CONFIDENTIAL</p></body>
159</html>