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::res::ResVertexStreamBaseData</title> 49 </head> 50 <body> 51 <h1><a href="../../../../nw/Overview.html">nw</a>::<a href="../../../../nw/gfx/Overview.html">gfx</a>::<a href="../../../../nw/gfx/res/Overview.html">res</a>::ResVertexStreamBaseData Structure</h1> 52 <h2>Syntax</h2> 53 <div class="section"> 54 <pre class="definition">struct ResVertexStreamBaseData : public <a href="../../../../nw/gfx/res/ResVertexAttributeData/Overview.html">nw::gfx::res::ResVertexAttributeData</a> 55{ 56 <a href="../../../../nw/ut/ResU32.html">nw::ut::ResU32</a> m_BufferObject; 57 <a href="../../../../nw/ut/ResU32.html">nw::ut::ResU32</a> m_LocationFlag; 58 <a href="../../../../nw/ut/ResS32.html">nw::ut::ResS32</a> m_StreamTableCount; 59 <a href="../../../../nw/ut/Offset/Overview.html">nw::ut::Offset</a> toStreamTable; 60 <span>u32</span> m_LocationAddress; 61 <span>u32</span> m_MemoryArea; 62 <a href="../../../../nw/ut/ResTypeInfo.html">nw::ut::ResTypeInfo</a> typeInfo; 63 <a href="../../../../nw/ut/ResS32.html">nw::ut::ResS32</a> m_Usage; 64 <a href="../../../../nw/ut/ResU32.html">nw::ut::ResU32</a> m_Flags; 65}; 66</pre> 67 </div> 68 <h2>Description</h2> 69 <div class="section"> 70 <p> 71 </p> 72 </div> 73 <a name="enum" id="enum"> 74 <h2>Enumerated Types</h2> 75 <div class="section"> 76 <table class="members"> 77 <tr> 78 <td width="100"> </td> 79 <th> 80 <a href="../../../../nw/gfx/res/ResVertexStreamBaseData/VertexType.html"><CODE>VertexType</CODE></a> 81 </th> 82 <td> 83 </td> 84 </tr> </table> 85 </div> 86 </a> <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"><CODE>m_BufferObject</CODE></span> 94 </th> 95 <td width="100"><a href="../../../../nw/ut/ResU32.html"><CODE>nw::ut::ResU32</CODE></a></td> 96 <td> 97 </td> 98 </tr> 99 <tr> 100 <td width="100"> </td> 101 <th> 102 <span class="argument"><CODE>m_LocationFlag</CODE></span> 103 </th> 104 <td width="100"><a href="../../../../nw/ut/ResU32.html"><CODE>nw::ut::ResU32</CODE></a></td> 105 <td> 106 </td> 107 </tr> 108 <tr> 109 <td width="100"> </td> 110 <th> 111 <span class="argument"><CODE>m_StreamTableCount</CODE></span> 112 </th> 113 <td width="100"><a href="../../../../nw/ut/ResS32.html"><CODE>nw::ut::ResS32</CODE></a></td> 114 <td> 115 </td> 116 </tr> 117 <tr> 118 <td width="100"> </td> 119 <th> 120 <span class="argument"><CODE>toStreamTable</CODE></span> 121 </th> 122 <td width="100"><a href="../../../../nw/ut/Offset/Overview.html"><CODE>nw::ut::Offset</CODE></a></td> 123 <td> 124 </td> 125 </tr> 126 <tr> 127 <td width="100"> </td> 128 <th> 129 <span class="argument">m_LocationAddress</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">m_MemoryArea</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"><CODE>typeInfo</CODE></span> 148 </th> 149 <td width="100"><a href="../../../../nw/ut/ResTypeInfo.html"><CODE>nw::ut::ResTypeInfo</CODE></a></td> 150 <td> 151 </td> 152 </tr> 153 <tr> 154 <td width="100"> </td> 155 <th> 156 <span class="argument"><CODE>m_Usage</CODE></span> 157 </th> 158 <td width="100"><a href="../../../../nw/ut/ResS32.html"><CODE>nw::ut::ResS32</CODE></a></td> 159 <td> 160 </td> 161 </tr> 162 <tr> 163 <td width="100"> </td> 164 <th> 165 <span class="argument"><CODE>m_Flags</CODE></span> 166 </th> 167 <td width="100"><a href="../../../../nw/ut/ResU32.html"><CODE>nw::ut::ResU32</CODE></a></td> 168 <td> 169 </td> 170 </tr> </table> 171 </div> 172 </a> 173 <h2>Inheritance Hierarchy</h2> 174 <div class="section"> 175 <p class="hierarchy"><span>nw::gfx::res::ResVertexAttributeData</span><br /> <b>nw::gfx::res::ResVertexStreamBaseData</b> 176 </p> 177 </div> 178 <hr><p>CONFIDENTIAL</p></body> 179</html> 180