source: OGRE/trunk/ogrenew/Docs/api/html/classOgre_1_1TempBlendedBufferInfo.html @ 692

Revision 692, 24.0 KB checked in by mattausch, 19 years ago (diff)

adding ogre 1.2 and dependencies

Line 
1<html>
2<head>
3<title>Ogre::TempBlendedBufferInfo 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::TempBlendedBufferInfo Class Reference</h1>Structure for recording the use of temporary blend buffers. 
11<a href="#_details">More...</a>
12<p>
13<code>#include &lt;<a class="el" href="OgreHardwareBufferManager_8h-source.html">OgreHardwareBufferManager.h</a>&gt;</code>
14<p>
15<p>Inheritance diagram for Ogre::TempBlendedBufferInfo:
16<p><center><img src="classOgre_1_1TempBlendedBufferInfo.png" usemap="#Ogre::TempBlendedBufferInfo_map" border="0" alt=""></center>
17<map name="Ogre::TempBlendedBufferInfo_map">
18<area href="classOgre_1_1HardwareBufferLicensee.html" alt="Ogre::HardwareBufferLicensee" shape="rect" coords="0,0,189,24">
19</map>
20<a href="classOgre_1_1TempBlendedBufferInfo-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
21<tr><td></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_1TempBlendedBufferInfo.html#Ogre_1_1TempBlendedBufferInfoa0">~TempBlendedBufferInfo</a> (void)</td></tr>
24
25<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1TempBlendedBufferInfo.html#Ogre_1_1TempBlendedBufferInfoa1">extractFrom</a> (const <a class="el" href="classOgre_1_1VertexData.html">VertexData</a> *sourceData)</td></tr>
26
27<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Utility method, extract info from the given <a class="el" href="classOgre_1_1VertexData.html">VertexData</a>.  <a href="#Ogre_1_1TempBlendedBufferInfoa1"></a><br><br></td></tr>
28<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1TempBlendedBufferInfo.html#Ogre_1_1TempBlendedBufferInfoa2">checkoutTempCopies</a> (bool positions=true, bool normals=true)</td></tr>
29
30<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Utility method, checks out temporary copies of src into dest.  <a href="#Ogre_1_1TempBlendedBufferInfoa2"></a><br><br></td></tr>
31<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1TempBlendedBufferInfo.html#Ogre_1_1TempBlendedBufferInfoa3">bindTempCopies</a> (<a class="el" href="classOgre_1_1VertexData.html">VertexData</a> *targetData, bool suppressHardwareUpload)</td></tr>
32
33<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Utility method, binds dest copies into a given <a class="el" href="classOgre_1_1VertexData.html">VertexData</a> struct.  <a href="#Ogre_1_1TempBlendedBufferInfoa3"></a><br><br></td></tr>
34<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1TempBlendedBufferInfo.html#Ogre_1_1TempBlendedBufferInfoa4">licenseExpired</a> (<a class="el" href="classOgre_1_1HardwareBuffer.html">HardwareBuffer</a> *buffer)</td></tr>
35
36<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Overridden member from <a class="el" href="classOgre_1_1HardwareBufferLicensee.html">HardwareBufferLicensee</a>.  <a href="#Ogre_1_1TempBlendedBufferInfoa4"></a><br><br></td></tr>
37<tr><td class="memItemLeft" nowrap align=right valign=top>bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1TempBlendedBufferInfo.html#Ogre_1_1TempBlendedBufferInfoa5">buffersCheckedOut</a> (bool positions=true, bool normals=true) const </td></tr>
38
39<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Detect currently have buffer copies checked out and touch it.  <a href="#Ogre_1_1TempBlendedBufferInfoa5"></a><br><br></td></tr>
40<tr><td colspan=2><br><h2>Private Attributes</h2></td></tr>
41<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classOgre_1_1HardwareVertexBufferSharedPtr.html">HardwareVertexBufferSharedPtr</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1TempBlendedBufferInfo.html#Ogre_1_1TempBlendedBufferInfor0">srcPositionBuffer</a></td></tr>
42
43<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classOgre_1_1HardwareVertexBufferSharedPtr.html">HardwareVertexBufferSharedPtr</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1TempBlendedBufferInfo.html#Ogre_1_1TempBlendedBufferInfor1">srcNormalBuffer</a></td></tr>
44
45<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classOgre_1_1HardwareVertexBufferSharedPtr.html">HardwareVertexBufferSharedPtr</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1TempBlendedBufferInfo.html#Ogre_1_1TempBlendedBufferInfor2">destPositionBuffer</a></td></tr>
46
47<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classOgre_1_1HardwareVertexBufferSharedPtr.html">HardwareVertexBufferSharedPtr</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1TempBlendedBufferInfo.html#Ogre_1_1TempBlendedBufferInfor3">destNormalBuffer</a></td></tr>
48
49<tr><td class="memItemLeft" nowrap align=right valign=top>bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1TempBlendedBufferInfo.html#Ogre_1_1TempBlendedBufferInfor4">posNormalShareBuffer</a></td></tr>
50
51<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Both positions and normals are contained in the same buffer.  <a href="#Ogre_1_1TempBlendedBufferInfor4"></a><br><br></td></tr>
52<tr><td class="memItemLeft" nowrap align=right valign=top>unsigned short&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1TempBlendedBufferInfo.html#Ogre_1_1TempBlendedBufferInfor5">posBindIndex</a></td></tr>
53
54<tr><td class="memItemLeft" nowrap align=right valign=top>unsigned short&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1TempBlendedBufferInfo.html#Ogre_1_1TempBlendedBufferInfor6">normBindIndex</a></td></tr>
55
56<tr><td class="memItemLeft" nowrap align=right valign=top>bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1TempBlendedBufferInfo.html#Ogre_1_1TempBlendedBufferInfor7">bindPositions</a></td></tr>
57
58<tr><td class="memItemLeft" nowrap align=right valign=top>bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1TempBlendedBufferInfo.html#Ogre_1_1TempBlendedBufferInfor8">bindNormals</a></td></tr>
59
60</table>
61<hr><a name="_details"></a><h2>Detailed Description</h2>
62Structure for recording the use of temporary blend buffers.
63<p>
64
65<p>
66Definition at line <a class="el" href="OgreHardwareBufferManager_8h-source.html#l00058">58</a> of file <a class="el" href="OgreHardwareBufferManager_8h-source.html">OgreHardwareBufferManager.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
67<a class="anchor" name="Ogre_1_1TempBlendedBufferInfoa0" doxytag="Ogre::TempBlendedBufferInfo::~TempBlendedBufferInfo" ></a><p>
68<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
69  <tr>
70    <td class="mdRow">
71      <table cellpadding="0" cellspacing="0" border="0">
72        <tr>
73          <td class="md" nowrap valign="top"> Ogre::TempBlendedBufferInfo::~<a class="el" href="classOgre_1_1TempBlendedBufferInfo.html">TempBlendedBufferInfo</a> </td>
74          <td class="md" valign="top">(&nbsp;</td>
75          <td class="md" nowrap valign="top">void&nbsp;</td>
76          <td class="mdname1" valign="top" nowrap>          </td>
77          <td class="md" valign="top">&nbsp;)&nbsp;</td>
78          <td class="md" nowrap></td>
79        </tr>
80
81      </table>
82    </td>
83  </tr>
84</table>
85<table cellspacing=5 cellpadding=0 border=0>
86  <tr>
87    <td>
88      &nbsp;
89    </td>
90    <td>
91
92<p>
93    </td>
94  </tr>
95</table>
96<hr><h2>Member Function Documentation</h2>
97<a class="anchor" name="Ogre_1_1TempBlendedBufferInfoa3" doxytag="Ogre::TempBlendedBufferInfo::bindTempCopies" ></a><p>
98<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
99  <tr>
100    <td class="mdRow">
101      <table cellpadding="0" cellspacing="0" border="0">
102        <tr>
103          <td class="md" nowrap valign="top"> void Ogre::TempBlendedBufferInfo::bindTempCopies </td>
104          <td class="md" valign="top">(&nbsp;</td>
105          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1VertexData.html">VertexData</a> *&nbsp;</td>
106          <td class="mdname" nowrap> <em>targetData</em>, </td>
107        </tr>
108        <tr>
109          <td class="md" nowrap align="right"></td>
110          <td></td>
111          <td class="md" nowrap>bool&nbsp;</td>
112          <td class="mdname" nowrap> <em>suppressHardwareUpload</em></td>
113        </tr>
114        <tr>
115          <td></td>
116          <td class="md">)&nbsp;</td>
117          <td class="md" colspan="2"></td>
118        </tr>
119
120      </table>
121    </td>
122  </tr>
123</table>
124<table cellspacing=5 cellpadding=0 border=0>
125  <tr>
126    <td>
127      &nbsp;
128    </td>
129    <td>
130
131<p>
132Utility method, binds dest copies into a given <a class="el" href="classOgre_1_1VertexData.html">VertexData</a> struct.
133<p>
134    </td>
135  </tr>
136</table>
137<a class="anchor" name="Ogre_1_1TempBlendedBufferInfoa5" doxytag="Ogre::TempBlendedBufferInfo::buffersCheckedOut" ></a><p>
138<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
139  <tr>
140    <td class="mdRow">
141      <table cellpadding="0" cellspacing="0" border="0">
142        <tr>
143          <td class="md" nowrap valign="top"> bool Ogre::TempBlendedBufferInfo::buffersCheckedOut </td>
144          <td class="md" valign="top">(&nbsp;</td>
145          <td class="md" nowrap valign="top">bool&nbsp;</td>
146          <td class="mdname" nowrap> <em>positions</em> = true, </td>
147        </tr>
148        <tr>
149          <td class="md" nowrap align="right"></td>
150          <td></td>
151          <td class="md" nowrap>bool&nbsp;</td>
152          <td class="mdname" nowrap> <em>normals</em> = true</td>
153        </tr>
154        <tr>
155          <td></td>
156          <td class="md">)&nbsp;</td>
157          <td class="md" colspan="2"> const</td>
158        </tr>
159
160      </table>
161    </td>
162  </tr>
163</table>
164<table cellspacing=5 cellpadding=0 border=0>
165  <tr>
166    <td>
167      &nbsp;
168    </td>
169    <td>
170
171<p>
172Detect currently have buffer copies checked out and touch it.
173<p>
174    </td>
175  </tr>
176</table>
177<a class="anchor" name="Ogre_1_1TempBlendedBufferInfoa2" doxytag="Ogre::TempBlendedBufferInfo::checkoutTempCopies" ></a><p>
178<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
179  <tr>
180    <td class="mdRow">
181      <table cellpadding="0" cellspacing="0" border="0">
182        <tr>
183          <td class="md" nowrap valign="top"> void Ogre::TempBlendedBufferInfo::checkoutTempCopies </td>
184          <td class="md" valign="top">(&nbsp;</td>
185          <td class="md" nowrap valign="top">bool&nbsp;</td>
186          <td class="mdname" nowrap> <em>positions</em> = true, </td>
187        </tr>
188        <tr>
189          <td class="md" nowrap align="right"></td>
190          <td></td>
191          <td class="md" nowrap>bool&nbsp;</td>
192          <td class="mdname" nowrap> <em>normals</em> = true</td>
193        </tr>
194        <tr>
195          <td></td>
196          <td class="md">)&nbsp;</td>
197          <td class="md" colspan="2"></td>
198        </tr>
199
200      </table>
201    </td>
202  </tr>
203</table>
204<table cellspacing=5 cellpadding=0 border=0>
205  <tr>
206    <td>
207      &nbsp;
208    </td>
209    <td>
210
211<p>
212Utility method, checks out temporary copies of src into dest.
213<p>
214    </td>
215  </tr>
216</table>
217<a class="anchor" name="Ogre_1_1TempBlendedBufferInfoa1" doxytag="Ogre::TempBlendedBufferInfo::extractFrom" ></a><p>
218<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
219  <tr>
220    <td class="mdRow">
221      <table cellpadding="0" cellspacing="0" border="0">
222        <tr>
223          <td class="md" nowrap valign="top"> void Ogre::TempBlendedBufferInfo::extractFrom </td>
224          <td class="md" valign="top">(&nbsp;</td>
225          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1VertexData.html">VertexData</a> *&nbsp;</td>
226          <td class="mdname1" valign="top" nowrap> <em>sourceData</em>          </td>
227          <td class="md" valign="top">&nbsp;)&nbsp;</td>
228          <td class="md" nowrap></td>
229        </tr>
230
231      </table>
232    </td>
233  </tr>
234</table>
235<table cellspacing=5 cellpadding=0 border=0>
236  <tr>
237    <td>
238      &nbsp;
239    </td>
240    <td>
241
242<p>
243Utility method, extract info from the given <a class="el" href="classOgre_1_1VertexData.html">VertexData</a>.
244<p>
245    </td>
246  </tr>
247</table>
248<a class="anchor" name="Ogre_1_1TempBlendedBufferInfoa4" doxytag="Ogre::TempBlendedBufferInfo::licenseExpired" ></a><p>
249<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
250  <tr>
251    <td class="mdRow">
252      <table cellpadding="0" cellspacing="0" border="0">
253        <tr>
254          <td class="md" nowrap valign="top"> void Ogre::TempBlendedBufferInfo::licenseExpired </td>
255          <td class="md" valign="top">(&nbsp;</td>
256          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1HardwareBuffer.html">HardwareBuffer</a> *&nbsp;</td>
257          <td class="mdname1" valign="top" nowrap> <em>buffer</em>          </td>
258          <td class="md" valign="top">&nbsp;)&nbsp;</td>
259          <td class="md" nowrap><code> [virtual]</code></td>
260        </tr>
261
262      </table>
263    </td>
264  </tr>
265</table>
266<table cellspacing=5 cellpadding=0 border=0>
267  <tr>
268    <td>
269      &nbsp;
270    </td>
271    <td>
272
273<p>
274Overridden member from <a class="el" href="classOgre_1_1HardwareBufferLicensee.html">HardwareBufferLicensee</a>.
275<p>
276
277<p>
278Implements <a class="el" href="classOgre_1_1HardwareBufferLicensee.html#Ogre_1_1HardwareBufferLicenseea1">Ogre::HardwareBufferLicensee</a>.    </td>
279  </tr>
280</table>
281<hr><h2>Member Data Documentation</h2>
282<a class="anchor" name="Ogre_1_1TempBlendedBufferInfor8" doxytag="Ogre::TempBlendedBufferInfo::bindNormals" ></a><p>
283<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
284  <tr>
285    <td class="mdRow">
286      <table cellpadding="0" cellspacing="0" border="0">
287        <tr>
288          <td class="md" nowrap valign="top"> bool <a class="el" href="classOgre_1_1TempBlendedBufferInfo.html#Ogre_1_1TempBlendedBufferInfor8">Ogre::TempBlendedBufferInfo::bindNormals</a><code> [private]</code>
289      </table>
290    </td>
291  </tr>
292</table>
293<table cellspacing=5 cellpadding=0 border=0>
294  <tr>
295    <td>
296      &nbsp;
297    </td>
298    <td>
299
300<p>
301
302<p>
303Definition at line <a class="el" href="OgreHardwareBufferManager_8h-source.html#l00072">72</a> of file <a class="el" href="OgreHardwareBufferManager_8h-source.html">OgreHardwareBufferManager.h</a>.    </td>
304  </tr>
305</table>
306<a class="anchor" name="Ogre_1_1TempBlendedBufferInfor7" doxytag="Ogre::TempBlendedBufferInfo::bindPositions" ></a><p>
307<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
308  <tr>
309    <td class="mdRow">
310      <table cellpadding="0" cellspacing="0" border="0">
311        <tr>
312          <td class="md" nowrap valign="top"> bool <a class="el" href="classOgre_1_1TempBlendedBufferInfo.html#Ogre_1_1TempBlendedBufferInfor7">Ogre::TempBlendedBufferInfo::bindPositions</a><code> [private]</code>
313      </table>
314    </td>
315  </tr>
316</table>
317<table cellspacing=5 cellpadding=0 border=0>
318  <tr>
319    <td>
320      &nbsp;
321    </td>
322    <td>
323
324<p>
325
326<p>
327Definition at line <a class="el" href="OgreHardwareBufferManager_8h-source.html#l00071">71</a> of file <a class="el" href="OgreHardwareBufferManager_8h-source.html">OgreHardwareBufferManager.h</a>.    </td>
328  </tr>
329</table>
330<a class="anchor" name="Ogre_1_1TempBlendedBufferInfor3" doxytag="Ogre::TempBlendedBufferInfo::destNormalBuffer" ></a><p>
331<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
332  <tr>
333    <td class="mdRow">
334      <table cellpadding="0" cellspacing="0" border="0">
335        <tr>
336          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1HardwareVertexBufferSharedPtr.html">HardwareVertexBufferSharedPtr</a> <a class="el" href="classOgre_1_1TempBlendedBufferInfo.html#Ogre_1_1TempBlendedBufferInfor3">Ogre::TempBlendedBufferInfo::destNormalBuffer</a><code> [private]</code>
337      </table>
338    </td>
339  </tr>
340</table>
341<table cellspacing=5 cellpadding=0 border=0>
342  <tr>
343    <td>
344      &nbsp;
345    </td>
346    <td>
347
348<p>
349
350<p>
351Definition at line <a class="el" href="OgreHardwareBufferManager_8h-source.html#l00066">66</a> of file <a class="el" href="OgreHardwareBufferManager_8h-source.html">OgreHardwareBufferManager.h</a>.    </td>
352  </tr>
353</table>
354<a class="anchor" name="Ogre_1_1TempBlendedBufferInfor2" doxytag="Ogre::TempBlendedBufferInfo::destPositionBuffer" ></a><p>
355<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
356  <tr>
357    <td class="mdRow">
358      <table cellpadding="0" cellspacing="0" border="0">
359        <tr>
360          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1HardwareVertexBufferSharedPtr.html">HardwareVertexBufferSharedPtr</a> <a class="el" href="classOgre_1_1TempBlendedBufferInfo.html#Ogre_1_1TempBlendedBufferInfor2">Ogre::TempBlendedBufferInfo::destPositionBuffer</a><code> [private]</code>
361      </table>
362    </td>
363  </tr>
364</table>
365<table cellspacing=5 cellpadding=0 border=0>
366  <tr>
367    <td>
368      &nbsp;
369    </td>
370    <td>
371
372<p>
373
374<p>
375Definition at line <a class="el" href="OgreHardwareBufferManager_8h-source.html#l00065">65</a> of file <a class="el" href="OgreHardwareBufferManager_8h-source.html">OgreHardwareBufferManager.h</a>.    </td>
376  </tr>
377</table>
378<a class="anchor" name="Ogre_1_1TempBlendedBufferInfor6" doxytag="Ogre::TempBlendedBufferInfo::normBindIndex" ></a><p>
379<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
380  <tr>
381    <td class="mdRow">
382      <table cellpadding="0" cellspacing="0" border="0">
383        <tr>
384          <td class="md" nowrap valign="top"> unsigned short <a class="el" href="classOgre_1_1TempBlendedBufferInfo.html#Ogre_1_1TempBlendedBufferInfor6">Ogre::TempBlendedBufferInfo::normBindIndex</a><code> [private]</code>
385      </table>
386    </td>
387  </tr>
388</table>
389<table cellspacing=5 cellpadding=0 border=0>
390  <tr>
391    <td>
392      &nbsp;
393    </td>
394    <td>
395
396<p>
397
398<p>
399Definition at line <a class="el" href="OgreHardwareBufferManager_8h-source.html#l00070">70</a> of file <a class="el" href="OgreHardwareBufferManager_8h-source.html">OgreHardwareBufferManager.h</a>.    </td>
400  </tr>
401</table>
402<a class="anchor" name="Ogre_1_1TempBlendedBufferInfor5" doxytag="Ogre::TempBlendedBufferInfo::posBindIndex" ></a><p>
403<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
404  <tr>
405    <td class="mdRow">
406      <table cellpadding="0" cellspacing="0" border="0">
407        <tr>
408          <td class="md" nowrap valign="top"> unsigned short <a class="el" href="classOgre_1_1TempBlendedBufferInfo.html#Ogre_1_1TempBlendedBufferInfor5">Ogre::TempBlendedBufferInfo::posBindIndex</a><code> [private]</code>
409      </table>
410    </td>
411  </tr>
412</table>
413<table cellspacing=5 cellpadding=0 border=0>
414  <tr>
415    <td>
416      &nbsp;
417    </td>
418    <td>
419
420<p>
421
422<p>
423Definition at line <a class="el" href="OgreHardwareBufferManager_8h-source.html#l00069">69</a> of file <a class="el" href="OgreHardwareBufferManager_8h-source.html">OgreHardwareBufferManager.h</a>.    </td>
424  </tr>
425</table>
426<a class="anchor" name="Ogre_1_1TempBlendedBufferInfor4" doxytag="Ogre::TempBlendedBufferInfo::posNormalShareBuffer" ></a><p>
427<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
428  <tr>
429    <td class="mdRow">
430      <table cellpadding="0" cellspacing="0" border="0">
431        <tr>
432          <td class="md" nowrap valign="top"> bool <a class="el" href="classOgre_1_1TempBlendedBufferInfo.html#Ogre_1_1TempBlendedBufferInfor4">Ogre::TempBlendedBufferInfo::posNormalShareBuffer</a><code> [private]</code>
433      </table>
434    </td>
435  </tr>
436</table>
437<table cellspacing=5 cellpadding=0 border=0>
438  <tr>
439    <td>
440      &nbsp;
441    </td>
442    <td>
443
444<p>
445Both positions and normals are contained in the same buffer.
446<p>
447
448<p>
449Definition at line <a class="el" href="OgreHardwareBufferManager_8h-source.html#l00068">68</a> of file <a class="el" href="OgreHardwareBufferManager_8h-source.html">OgreHardwareBufferManager.h</a>.    </td>
450  </tr>
451</table>
452<a class="anchor" name="Ogre_1_1TempBlendedBufferInfor1" doxytag="Ogre::TempBlendedBufferInfo::srcNormalBuffer" ></a><p>
453<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
454  <tr>
455    <td class="mdRow">
456      <table cellpadding="0" cellspacing="0" border="0">
457        <tr>
458          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1HardwareVertexBufferSharedPtr.html">HardwareVertexBufferSharedPtr</a> <a class="el" href="classOgre_1_1TempBlendedBufferInfo.html#Ogre_1_1TempBlendedBufferInfor1">Ogre::TempBlendedBufferInfo::srcNormalBuffer</a><code> [private]</code>
459      </table>
460    </td>
461  </tr>
462</table>
463<table cellspacing=5 cellpadding=0 border=0>
464  <tr>
465    <td>
466      &nbsp;
467    </td>
468    <td>
469
470<p>
471
472<p>
473Definition at line <a class="el" href="OgreHardwareBufferManager_8h-source.html#l00063">63</a> of file <a class="el" href="OgreHardwareBufferManager_8h-source.html">OgreHardwareBufferManager.h</a>.    </td>
474  </tr>
475</table>
476<a class="anchor" name="Ogre_1_1TempBlendedBufferInfor0" doxytag="Ogre::TempBlendedBufferInfo::srcPositionBuffer" ></a><p>
477<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
478  <tr>
479    <td class="mdRow">
480      <table cellpadding="0" cellspacing="0" border="0">
481        <tr>
482          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1HardwareVertexBufferSharedPtr.html">HardwareVertexBufferSharedPtr</a> <a class="el" href="classOgre_1_1TempBlendedBufferInfo.html#Ogre_1_1TempBlendedBufferInfor0">Ogre::TempBlendedBufferInfo::srcPositionBuffer</a><code> [private]</code>
483      </table>
484    </td>
485  </tr>
486</table>
487<table cellspacing=5 cellpadding=0 border=0>
488  <tr>
489    <td>
490      &nbsp;
491    </td>
492    <td>
493
494<p>
495
496<p>
497Definition at line <a class="el" href="OgreHardwareBufferManager_8h-source.html#l00062">62</a> of file <a class="el" href="OgreHardwareBufferManager_8h-source.html">OgreHardwareBufferManager.h</a>.    </td>
498  </tr>
499</table>
500<hr>The documentation for this class was generated from the following file:<ul>
501<li><a class="el" href="OgreHardwareBufferManager_8h-source.html">OgreHardwareBufferManager.h</a></ul>
502<hr>
503<p>
504Copyright &copy; 2000-2005 by The OGRE Team<br />
505<!--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/>
506This 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/>
507                <!--/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#">
508                <Work rdf:about="">
509                        <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" />
510        <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
511                </Work>
512                <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> -->
513
514Last modified Sun Mar 12 14:39:09 2006
515</p>
516</body>
517</html>
Note: See TracBrowser for help on using the repository browser.