source: OGRE/trunk/ogrenew/Docs/api/html/classOgre_1_1VertexBufferBinding.html @ 657

Revision 657, 21.8 KB checked in by mattausch, 18 years ago (diff)

added ogre dependencies and patched ogre sources

Line 
1<html>
2<head>
3<title>Ogre::VertexBufferBinding class Reference - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4<link type="text/css" rel="stylesheet" href="style.css">
5</head>
6
7<body>
8<!-- Generated by Doxygen 1.3.6 -->
9<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
10<h1>Ogre::VertexBufferBinding Class Reference</h1>Records the state of all the vertex buffer bindings required to provide a vertex declaration with the input data it needs for the vertex elements. 
11<a href="#_details">More...</a>
12<p>
13<code>#include &lt;<a class="el" href="OgreHardwareVertexBuffer_8h-source.html">OgreHardwareVertexBuffer.h</a>&gt;</code>
14<p>
15<a href="classOgre_1_1VertexBufferBinding-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
16<tr><td></td></tr>
17<tr><td colspan=2><br><h2>Public Types</h2></td></tr>
18<tr><td class="memItemLeft" nowrap align=right valign=top>typedef std::map&lt; unsigned <br>
19short, <a class="el" href="classOgre_1_1HardwareVertexBufferSharedPtr.html">HardwareVertexBufferSharedPtr</a> &gt;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1VertexBufferBinding.html#Ogre_1_1VertexBufferBindingw0">VertexBufferBindingMap</a></td></tr>
20
21<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Defines the vertex buffer bindings used as source for vertex declarations.  <a href="#Ogre_1_1VertexBufferBindingw0"></a><br><br></td></tr>
22<tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
23<tr><td class="memItemLeft" nowrap align=right valign=top>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1VertexBufferBinding.html#Ogre_1_1VertexBufferBindinga0">VertexBufferBinding</a> ()</td></tr>
24
25<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Constructor, should not be called direct, use <a class="el" href="classOgre_1_1HardwareBufferManager.html#Ogre_1_1HardwareBufferManagera6">HardwareBufferManager::createVertexBufferBinding</a>.  <a href="#Ogre_1_1VertexBufferBindinga0"></a><br><br></td></tr>
26<tr><td class="memItemLeft" nowrap align=right valign=top>virtual&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1VertexBufferBinding.html#Ogre_1_1VertexBufferBindinga1">~VertexBufferBinding</a> ()</td></tr>
27
28<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1VertexBufferBinding.html#Ogre_1_1VertexBufferBindinga2">setBinding</a> (unsigned short index, <a class="el" href="classOgre_1_1HardwareVertexBufferSharedPtr.html">HardwareVertexBufferSharedPtr</a> buffer)</td></tr>
29
30<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Set a binding, associating a vertex buffer with a given index.  <a href="#Ogre_1_1VertexBufferBindinga2"></a><br><br></td></tr>
31<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1VertexBufferBinding.html#Ogre_1_1VertexBufferBindinga3">unsetBinding</a> (unsigned short index)</td></tr>
32
33<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Removes an existing binding.  <a href="#Ogre_1_1VertexBufferBindinga3"></a><br><br></td></tr>
34<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1VertexBufferBinding.html#Ogre_1_1VertexBufferBindinga4">unsetAllBindings</a> (void)</td></tr>
35
36<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Removes all the bindings.  <a href="#Ogre_1_1VertexBufferBindinga4"></a><br><br></td></tr>
37<tr><td class="memItemLeft" nowrap align=right valign=top>virtual const <a class="el" href="classOgre_1_1VertexBufferBinding.html#Ogre_1_1VertexBufferBindingw0">VertexBufferBindingMap</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1VertexBufferBinding.html#Ogre_1_1VertexBufferBindinga5">getBindings</a> (void) const </td></tr>
38
39<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Gets a read-only version of the buffer bindings.  <a href="#Ogre_1_1VertexBufferBindinga5"></a><br><br></td></tr>
40<tr><td class="memItemLeft" nowrap align=right valign=top>virtual <a class="el" href="classOgre_1_1HardwareVertexBufferSharedPtr.html">HardwareVertexBufferSharedPtr</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1VertexBufferBinding.html#Ogre_1_1VertexBufferBindinga6">getBuffer</a> (unsigned short index)</td></tr>
41
42<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Gets the buffer bound to the given source index.  <a href="#Ogre_1_1VertexBufferBindinga6"></a><br><br></td></tr>
43<tr><td class="memItemLeft" nowrap align=right valign=top>virtual size_t&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1VertexBufferBinding.html#Ogre_1_1VertexBufferBindinga7">getBufferCount</a> (void) const </td></tr>
44
45<tr><td class="memItemLeft" nowrap align=right valign=top>virtual unsigned short&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1VertexBufferBinding.html#Ogre_1_1VertexBufferBindinga8">getNextIndex</a> (void) const </td></tr>
46
47<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Gets the highest index which has already been set, plus 1.  <a href="#Ogre_1_1VertexBufferBindinga8"></a><br><br></td></tr>
48<tr><td colspan=2><br><h2>Protected Attributes</h2></td></tr>
49<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classOgre_1_1VertexBufferBinding.html#Ogre_1_1VertexBufferBindingw0">VertexBufferBindingMap</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1VertexBufferBinding.html#Ogre_1_1VertexBufferBindingp0">mBindingMap</a></td></tr>
50
51<tr><td class="memItemLeft" nowrap align=right valign=top>unsigned short&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1VertexBufferBinding.html#Ogre_1_1VertexBufferBindingp1">mHighIndex</a></td></tr>
52
53</table>
54<hr><a name="_details"></a><h2>Detailed Description</h2>
55Records the state of all the vertex buffer bindings required to provide a vertex declaration with the input data it needs for the vertex elements.
56<p>
57<dl compact><dt><b>Remarks:</b></dt><dd>Why do we have this binding list rather than just have <a class="el" href="classOgre_1_1VertexElement.html">VertexElement</a> referring to the vertex buffers direct? Well, in the underlying APIs, binding the vertex buffers to an index (or 'stream') is the way that vertex data is linked, so this structure better reflects the realities of that. In addition, by separating the vertex declaration from the list of vertex buffer bindings, it becomes possible to reuse bindings between declarations and vice versa, giving opportunities to reduce the state changes required to perform rendering. </dd></dl>
58<dl compact><dt><b></b></dt><dd>Like the other classes in this functional area, these binding maps should be created and destroyed using the <a class="el" href="classOgre_1_1HardwareBufferManager.html">HardwareBufferManager</a>.</dd></dl>
59
60<p>
61
62<p>
63Definition at line <a class="el" href="OgreHardwareVertexBuffer_8h-source.html#l00429">429</a> of file <a class="el" href="OgreHardwareVertexBuffer_8h-source.html">OgreHardwareVertexBuffer.h</a>.<hr><h2>Member Typedef Documentation</h2>
64<a class="anchor" name="Ogre_1_1VertexBufferBindingw0" doxytag="Ogre::VertexBufferBinding::VertexBufferBindingMap" ></a><p>
65<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
66  <tr>
67    <td class="mdRow">
68      <table cellpadding="0" cellspacing="0" border="0">
69        <tr>
70          <td class="md" nowrap valign="top"> typedef std::map&lt;unsigned short, <a class="el" href="classOgre_1_1HardwareVertexBufferSharedPtr.html">HardwareVertexBufferSharedPtr</a>&gt; <a class="el" href="classOgre_1_1VertexBufferBinding.html#Ogre_1_1VertexBufferBindingw0">Ogre::VertexBufferBinding::VertexBufferBindingMap</a>
71      </table>
72    </td>
73  </tr>
74</table>
75<table cellspacing=5 cellpadding=0 border=0>
76  <tr>
77    <td>
78      &nbsp;
79    </td>
80    <td>
81
82<p>
83Defines the vertex buffer bindings used as source for vertex declarations.
84<p>
85
86<p>
87Definition at line <a class="el" href="OgreHardwareVertexBuffer_8h-source.html#l00433">433</a> of file <a class="el" href="OgreHardwareVertexBuffer_8h-source.html">OgreHardwareVertexBuffer.h</a>.    </td>
88  </tr>
89</table>
90<hr><h2>Constructor &amp; Destructor Documentation</h2>
91<a class="anchor" name="Ogre_1_1VertexBufferBindinga0" doxytag="Ogre::VertexBufferBinding::VertexBufferBinding" ></a><p>
92<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
93  <tr>
94    <td class="mdRow">
95      <table cellpadding="0" cellspacing="0" border="0">
96        <tr>
97          <td class="md" nowrap valign="top"> Ogre::VertexBufferBinding::VertexBufferBinding </td>
98          <td class="md" valign="top">(&nbsp;</td>
99          <td class="mdname1" valign="top" nowrap>          </td>
100          <td class="md" valign="top">&nbsp;)&nbsp;</td>
101          <td class="md" nowrap></td>
102        </tr>
103
104      </table>
105    </td>
106  </tr>
107</table>
108<table cellspacing=5 cellpadding=0 border=0>
109  <tr>
110    <td>
111      &nbsp;
112    </td>
113    <td>
114
115<p>
116Constructor, should not be called direct, use <a class="el" href="classOgre_1_1HardwareBufferManager.html#Ogre_1_1HardwareBufferManagera6">HardwareBufferManager::createVertexBufferBinding</a>.
117<p>
118    </td>
119  </tr>
120</table>
121<a class="anchor" name="Ogre_1_1VertexBufferBindinga1" doxytag="Ogre::VertexBufferBinding::~VertexBufferBinding" ></a><p>
122<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
123  <tr>
124    <td class="mdRow">
125      <table cellpadding="0" cellspacing="0" border="0">
126        <tr>
127          <td class="md" nowrap valign="top"> virtual Ogre::VertexBufferBinding::~<a class="el" href="classOgre_1_1VertexBufferBinding.html">VertexBufferBinding</a> </td>
128          <td class="md" valign="top">(&nbsp;</td>
129          <td class="mdname1" valign="top" nowrap>          </td>
130          <td class="md" valign="top">&nbsp;)&nbsp;</td>
131          <td class="md" nowrap><code> [virtual]</code></td>
132        </tr>
133
134      </table>
135    </td>
136  </tr>
137</table>
138<table cellspacing=5 cellpadding=0 border=0>
139  <tr>
140    <td>
141      &nbsp;
142    </td>
143    <td>
144
145<p>
146    </td>
147  </tr>
148</table>
149<hr><h2>Member Function Documentation</h2>
150<a class="anchor" name="Ogre_1_1VertexBufferBindinga5" doxytag="Ogre::VertexBufferBinding::getBindings" ></a><p>
151<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
152  <tr>
153    <td class="mdRow">
154      <table cellpadding="0" cellspacing="0" border="0">
155        <tr>
156          <td class="md" nowrap valign="top"> virtual const <a class="el" href="classOgre_1_1VertexBufferBinding.html#Ogre_1_1VertexBufferBindingw0">VertexBufferBindingMap</a>&amp; Ogre::VertexBufferBinding::getBindings </td>
157          <td class="md" valign="top">(&nbsp;</td>
158          <td class="md" nowrap valign="top">void&nbsp;</td>
159          <td class="mdname1" valign="top" nowrap>          </td>
160          <td class="md" valign="top">&nbsp;)&nbsp;</td>
161          <td class="md" nowrap> const<code> [virtual]</code></td>
162        </tr>
163
164      </table>
165    </td>
166  </tr>
167</table>
168<table cellspacing=5 cellpadding=0 border=0>
169  <tr>
170    <td>
171      &nbsp;
172    </td>
173    <td>
174
175<p>
176Gets a read-only version of the buffer bindings.
177<p>
178    </td>
179  </tr>
180</table>
181<a class="anchor" name="Ogre_1_1VertexBufferBindinga6" doxytag="Ogre::VertexBufferBinding::getBuffer" ></a><p>
182<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
183  <tr>
184    <td class="mdRow">
185      <table cellpadding="0" cellspacing="0" border="0">
186        <tr>
187          <td class="md" nowrap valign="top"> virtual <a class="el" href="classOgre_1_1HardwareVertexBufferSharedPtr.html">HardwareVertexBufferSharedPtr</a> Ogre::VertexBufferBinding::getBuffer </td>
188          <td class="md" valign="top">(&nbsp;</td>
189          <td class="md" nowrap valign="top">unsigned short&nbsp;</td>
190          <td class="mdname1" valign="top" nowrap> <em>index</em>          </td>
191          <td class="md" valign="top">&nbsp;)&nbsp;</td>
192          <td class="md" nowrap><code> [virtual]</code></td>
193        </tr>
194
195      </table>
196    </td>
197  </tr>
198</table>
199<table cellspacing=5 cellpadding=0 border=0>
200  <tr>
201    <td>
202      &nbsp;
203    </td>
204    <td>
205
206<p>
207Gets the buffer bound to the given source index.
208<p>
209    </td>
210  </tr>
211</table>
212<a class="anchor" name="Ogre_1_1VertexBufferBindinga7" doxytag="Ogre::VertexBufferBinding::getBufferCount" ></a><p>
213<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
214  <tr>
215    <td class="mdRow">
216      <table cellpadding="0" cellspacing="0" border="0">
217        <tr>
218          <td class="md" nowrap valign="top"> virtual size_t Ogre::VertexBufferBinding::getBufferCount </td>
219          <td class="md" valign="top">(&nbsp;</td>
220          <td class="md" nowrap valign="top">void&nbsp;</td>
221          <td class="mdname1" valign="top" nowrap>          </td>
222          <td class="md" valign="top">&nbsp;)&nbsp;</td>
223          <td class="md" nowrap> const<code> [virtual]</code></td>
224        </tr>
225
226      </table>
227    </td>
228  </tr>
229</table>
230<table cellspacing=5 cellpadding=0 border=0>
231  <tr>
232    <td>
233      &nbsp;
234    </td>
235    <td>
236
237<p>
238
239<p>
240Definition at line <a class="el" href="OgreHardwareVertexBuffer_8h-source.html#l00462">462</a> of file <a class="el" href="OgreHardwareVertexBuffer_8h-source.html">OgreHardwareVertexBuffer.h</a>.    </td>
241  </tr>
242</table>
243<a class="anchor" name="Ogre_1_1VertexBufferBindinga8" doxytag="Ogre::VertexBufferBinding::getNextIndex" ></a><p>
244<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
245  <tr>
246    <td class="mdRow">
247      <table cellpadding="0" cellspacing="0" border="0">
248        <tr>
249          <td class="md" nowrap valign="top"> virtual unsigned short Ogre::VertexBufferBinding::getNextIndex </td>
250          <td class="md" valign="top">(&nbsp;</td>
251          <td class="md" nowrap valign="top">void&nbsp;</td>
252          <td class="mdname1" valign="top" nowrap>          </td>
253          <td class="md" valign="top">&nbsp;)&nbsp;</td>
254          <td class="md" nowrap> const<code> [virtual]</code></td>
255        </tr>
256
257      </table>
258    </td>
259  </tr>
260</table>
261<table cellspacing=5 cellpadding=0 border=0>
262  <tr>
263    <td>
264      &nbsp;
265    </td>
266    <td>
267
268<p>
269Gets the highest index which has already been set, plus 1.
270<p>
271<dl compact><dt><b>Remarks:</b></dt><dd>This is to assist in binding the vertex buffers such that there are not gaps in the list.</dd></dl>
272
273<p>
274Definition at line <a class="el" href="OgreHardwareVertexBuffer_8h-source.html#l00469">469</a> of file <a class="el" href="OgreHardwareVertexBuffer_8h-source.html">OgreHardwareVertexBuffer.h</a>.    </td>
275  </tr>
276</table>
277<a class="anchor" name="Ogre_1_1VertexBufferBindinga2" doxytag="Ogre::VertexBufferBinding::setBinding" ></a><p>
278<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
279  <tr>
280    <td class="mdRow">
281      <table cellpadding="0" cellspacing="0" border="0">
282        <tr>
283          <td class="md" nowrap valign="top"> virtual void Ogre::VertexBufferBinding::setBinding </td>
284          <td class="md" valign="top">(&nbsp;</td>
285          <td class="md" nowrap valign="top">unsigned short&nbsp;</td>
286          <td class="mdname" nowrap> <em>index</em>, </td>
287        </tr>
288        <tr>
289          <td class="md" nowrap align="right"></td>
290          <td></td>
291          <td class="md" nowrap><a class="el" href="classOgre_1_1HardwareVertexBufferSharedPtr.html">HardwareVertexBufferSharedPtr</a>&nbsp;</td>
292          <td class="mdname" nowrap> <em>buffer</em></td>
293        </tr>
294        <tr>
295          <td></td>
296          <td class="md">)&nbsp;</td>
297          <td class="md" colspan="2"><code> [virtual]</code></td>
298        </tr>
299
300      </table>
301    </td>
302  </tr>
303</table>
304<table cellspacing=5 cellpadding=0 border=0>
305  <tr>
306    <td>
307      &nbsp;
308    </td>
309    <td>
310
311<p>
312Set a binding, associating a vertex buffer with a given index.
313<p>
314<dl compact><dt><b>Remarks:</b></dt><dd>If the index is already associated with a vertex buffer, the association will be replaced. This may cause the old buffer to be destroyed if nothing else is referring to it. You should assign bindings from 0 and not leave gaps, although you can bind them in any order.</dd></dl>
315    </td>
316  </tr>
317</table>
318<a class="anchor" name="Ogre_1_1VertexBufferBindinga4" doxytag="Ogre::VertexBufferBinding::unsetAllBindings" ></a><p>
319<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
320  <tr>
321    <td class="mdRow">
322      <table cellpadding="0" cellspacing="0" border="0">
323        <tr>
324          <td class="md" nowrap valign="top"> virtual void Ogre::VertexBufferBinding::unsetAllBindings </td>
325          <td class="md" valign="top">(&nbsp;</td>
326          <td class="md" nowrap valign="top">void&nbsp;</td>
327          <td class="mdname1" valign="top" nowrap>          </td>
328          <td class="md" valign="top">&nbsp;)&nbsp;</td>
329          <td class="md" nowrap><code> [virtual]</code></td>
330        </tr>
331
332      </table>
333    </td>
334  </tr>
335</table>
336<table cellspacing=5 cellpadding=0 border=0>
337  <tr>
338    <td>
339      &nbsp;
340    </td>
341    <td>
342
343<p>
344Removes all the bindings.
345<p>
346    </td>
347  </tr>
348</table>
349<a class="anchor" name="Ogre_1_1VertexBufferBindinga3" doxytag="Ogre::VertexBufferBinding::unsetBinding" ></a><p>
350<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
351  <tr>
352    <td class="mdRow">
353      <table cellpadding="0" cellspacing="0" border="0">
354        <tr>
355          <td class="md" nowrap valign="top"> virtual void Ogre::VertexBufferBinding::unsetBinding </td>
356          <td class="md" valign="top">(&nbsp;</td>
357          <td class="md" nowrap valign="top">unsigned short&nbsp;</td>
358          <td class="mdname1" valign="top" nowrap> <em>index</em>          </td>
359          <td class="md" valign="top">&nbsp;)&nbsp;</td>
360          <td class="md" nowrap><code> [virtual]</code></td>
361        </tr>
362
363      </table>
364    </td>
365  </tr>
366</table>
367<table cellspacing=5 cellpadding=0 border=0>
368  <tr>
369    <td>
370      &nbsp;
371    </td>
372    <td>
373
374<p>
375Removes an existing binding.
376<p>
377    </td>
378  </tr>
379</table>
380<hr><h2>Member Data Documentation</h2>
381<a class="anchor" name="Ogre_1_1VertexBufferBindingp0" doxytag="Ogre::VertexBufferBinding::mBindingMap" ></a><p>
382<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
383  <tr>
384    <td class="mdRow">
385      <table cellpadding="0" cellspacing="0" border="0">
386        <tr>
387          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1VertexBufferBinding.html#Ogre_1_1VertexBufferBindingw0">VertexBufferBindingMap</a> <a class="el" href="classOgre_1_1VertexBufferBinding.html#Ogre_1_1VertexBufferBindingp0">Ogre::VertexBufferBinding::mBindingMap</a><code> [protected]</code>
388      </table>
389    </td>
390  </tr>
391</table>
392<table cellspacing=5 cellpadding=0 border=0>
393  <tr>
394    <td>
395      &nbsp;
396    </td>
397    <td>
398
399<p>
400
401<p>
402Definition at line <a class="el" href="OgreHardwareVertexBuffer_8h-source.html#l00435">435</a> of file <a class="el" href="OgreHardwareVertexBuffer_8h-source.html">OgreHardwareVertexBuffer.h</a>.    </td>
403  </tr>
404</table>
405<a class="anchor" name="Ogre_1_1VertexBufferBindingp1" doxytag="Ogre::VertexBufferBinding::mHighIndex" ></a><p>
406<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
407  <tr>
408    <td class="mdRow">
409      <table cellpadding="0" cellspacing="0" border="0">
410        <tr>
411          <td class="md" nowrap valign="top"> unsigned short <a class="el" href="classOgre_1_1VertexBufferBinding.html#Ogre_1_1VertexBufferBindingp1">Ogre::VertexBufferBinding::mHighIndex</a><code> [mutable, protected]</code>
412      </table>
413    </td>
414  </tr>
415</table>
416<table cellspacing=5 cellpadding=0 border=0>
417  <tr>
418    <td>
419      &nbsp;
420    </td>
421    <td>
422
423<p>
424
425<p>
426Definition at line <a class="el" href="OgreHardwareVertexBuffer_8h-source.html#l00436">436</a> of file <a class="el" href="OgreHardwareVertexBuffer_8h-source.html">OgreHardwareVertexBuffer.h</a>.    </td>
427  </tr>
428</table>
429<hr>The documentation for this class was generated from the following file:<ul>
430<li><a class="el" href="OgreHardwareVertexBuffer_8h-source.html">OgreHardwareVertexBuffer.h</a></ul>
431<hr>
432<p>
433Copyright &copy; 2000-2005 by The OGRE Team<br />
434<!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/"><img alt="Creative Commons License" border="0" src="http://creativecommons.org/images/public/somerights20.png"/></a><br/>
435This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons Attribution-ShareAlike 2.5 License</a>.<br/>
436                <!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
437                <Work rdf:about="">
438                        <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" />
439        <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
440                </Work>
441                <License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> -->
442
443Last modified Sun Feb 12 13:00:45 2006
444</p>
445</body>
446</html>
Note: See TracBrowser for help on using the repository browser.