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

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

added ogre dependencies and patched ogre sources

Line 
1<html>
2<head>
3<title>Ogre::GpuProgramParameters::AutoConstantEntry 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::GpuProgramParameters::AutoConstantEntry Class Reference</h1>Structure recording the use of an automatic parameter. 
11<a href="#_details">More...</a>
12<p>
13<code>#include &lt;<a class="el" href="OgreGpuProgram_8h-source.html">OgreGpuProgram.h</a>&gt;</code>
14<p>
15<a href="classOgre_1_1GpuProgramParameters_1_1AutoConstantEntry-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 Member Functions</h2></td></tr>
18<tr><td class="memItemLeft" nowrap align=right valign=top>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1GpuProgramParameters_1_1AutoConstantEntry.html#Ogre_1_1GpuProgramParameters_1_1AutoConstantEntrya0">AutoConstantEntry</a> (<a class="el" href="classOgre_1_1GpuProgramParameters.html#Ogre_1_1GpuProgramParametersw72">AutoConstantType</a> theType, size_t theIndex, size_t theData)</td></tr>
19
20<tr><td class="memItemLeft" nowrap align=right valign=top>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1GpuProgramParameters_1_1AutoConstantEntry.html#Ogre_1_1GpuProgramParameters_1_1AutoConstantEntrya1">AutoConstantEntry</a> (<a class="el" href="classOgre_1_1GpuProgramParameters.html#Ogre_1_1GpuProgramParametersw72">AutoConstantType</a> theType, size_t theIndex, <a class="el" href="namespaceOgre.html#a420">Real</a> theData)</td></tr>
21
22<tr><td colspan=2><br><h2>Public Attributes</h2></td></tr>
23<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classOgre_1_1GpuProgramParameters.html#Ogre_1_1GpuProgramParametersw72">AutoConstantType</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1GpuProgramParameters_1_1AutoConstantEntry.html#Ogre_1_1GpuProgramParameters_1_1AutoConstantEntryo0">paramType</a></td></tr>
24
25<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The type of parameter.  <a href="#Ogre_1_1GpuProgramParameters_1_1AutoConstantEntryo0"></a><br><br></td></tr>
26<tr><td class="memItemLeft" nowrap align=right valign=top>size_t&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1GpuProgramParameters_1_1AutoConstantEntry.html#Ogre_1_1GpuProgramParameters_1_1AutoConstantEntryo1">index</a></td></tr>
27
28<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The target constant index.  <a href="#Ogre_1_1GpuProgramParameters_1_1AutoConstantEntryo1"></a><br><br></td></tr>
29</table>
30<hr><a name="_details"></a><h2>Detailed Description</h2>
31Structure recording the use of an automatic parameter.
32<p>
33
34<p>
35Definition at line <a class="el" href="OgreGpuProgram_8h-source.html#l00282">282</a> of file <a class="el" href="OgreGpuProgram_8h-source.html">OgreGpuProgram.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
36<a class="anchor" name="Ogre_1_1GpuProgramParameters_1_1AutoConstantEntrya0" doxytag="Ogre::GpuProgramParameters::AutoConstantEntry::AutoConstantEntry" ></a><p>
37<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
38  <tr>
39    <td class="mdRow">
40      <table cellpadding="0" cellspacing="0" border="0">
41        <tr>
42          <td class="md" nowrap valign="top"> Ogre::GpuProgramParameters::AutoConstantEntry::AutoConstantEntry </td>
43          <td class="md" valign="top">(&nbsp;</td>
44          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1GpuProgramParameters.html#Ogre_1_1GpuProgramParametersw72">AutoConstantType</a>&nbsp;</td>
45          <td class="mdname" nowrap> <em>theType</em>, </td>
46        </tr>
47        <tr>
48          <td class="md" nowrap align="right"></td>
49          <td></td>
50          <td class="md" nowrap>size_t&nbsp;</td>
51          <td class="mdname" nowrap> <em>theIndex</em>, </td>
52        </tr>
53        <tr>
54          <td class="md" nowrap align="right"></td>
55          <td></td>
56          <td class="md" nowrap>size_t&nbsp;</td>
57          <td class="mdname" nowrap> <em>theData</em></td>
58        </tr>
59        <tr>
60          <td></td>
61          <td class="md">)&nbsp;</td>
62          <td class="md" colspan="2"></td>
63        </tr>
64
65      </table>
66    </td>
67  </tr>
68</table>
69<table cellspacing=5 cellpadding=0 border=0>
70  <tr>
71    <td>
72      &nbsp;
73    </td>
74    <td>
75
76<p>
77
78<p>
79Definition at line <a class="el" href="OgreGpuProgram_8h-source.html#l00295">295</a> of file <a class="el" href="OgreGpuProgram_8h-source.html">OgreGpuProgram.h</a>.    </td>
80  </tr>
81</table>
82<a class="anchor" name="Ogre_1_1GpuProgramParameters_1_1AutoConstantEntrya1" doxytag="Ogre::GpuProgramParameters::AutoConstantEntry::AutoConstantEntry" ></a><p>
83<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
84  <tr>
85    <td class="mdRow">
86      <table cellpadding="0" cellspacing="0" border="0">
87        <tr>
88          <td class="md" nowrap valign="top"> Ogre::GpuProgramParameters::AutoConstantEntry::AutoConstantEntry </td>
89          <td class="md" valign="top">(&nbsp;</td>
90          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1GpuProgramParameters.html#Ogre_1_1GpuProgramParametersw72">AutoConstantType</a>&nbsp;</td>
91          <td class="mdname" nowrap> <em>theType</em>, </td>
92        </tr>
93        <tr>
94          <td class="md" nowrap align="right"></td>
95          <td></td>
96          <td class="md" nowrap>size_t&nbsp;</td>
97          <td class="mdname" nowrap> <em>theIndex</em>, </td>
98        </tr>
99        <tr>
100          <td class="md" nowrap align="right"></td>
101          <td></td>
102          <td class="md" nowrap><a class="el" href="namespaceOgre.html#a420">Real</a>&nbsp;</td>
103          <td class="mdname" nowrap> <em>theData</em></td>
104        </tr>
105        <tr>
106          <td></td>
107          <td class="md">)&nbsp;</td>
108          <td class="md" colspan="2"></td>
109        </tr>
110
111      </table>
112    </td>
113  </tr>
114</table>
115<table cellspacing=5 cellpadding=0 border=0>
116  <tr>
117    <td>
118      &nbsp;
119    </td>
120    <td>
121
122<p>
123
124<p>
125Definition at line <a class="el" href="OgreGpuProgram_8h-source.html#l00298">298</a> of file <a class="el" href="OgreGpuProgram_8h-source.html">OgreGpuProgram.h</a>.
126<p>
127References <a class="el" href="OgrePrerequisites_8h-source.html#l00111">Ogre::Real</a>.    </td>
128  </tr>
129</table>
130<hr><h2>Member Data Documentation</h2>
131<a class="anchor" name="Ogre_1_1GpuProgramParameters_1_1AutoConstantEntryo2" doxytag="Ogre::GpuProgramParameters::AutoConstantEntry::data" ></a><p>
132<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
133  <tr>
134    <td class="mdRow">
135      <table cellpadding="0" cellspacing="0" border="0">
136        <tr>
137          <td class="md" nowrap valign="top"> size_t <a class="el" href="classOgre_1_1GpuProgramParameters_1_1AutoConstantEntry.html#Ogre_1_1GpuProgramParameters_1_1AutoConstantEntryo2">Ogre::GpuProgramParameters::AutoConstantEntry::data</a>
138      </table>
139    </td>
140  </tr>
141</table>
142<table cellspacing=5 cellpadding=0 border=0>
143  <tr>
144    <td>
145      &nbsp;
146    </td>
147    <td>
148
149<p>
150
151<p>
152Definition at line <a class="el" href="OgreGpuProgram_8h-source.html#l00291">291</a> of file <a class="el" href="OgreGpuProgram_8h-source.html">OgreGpuProgram.h</a>.
153<p>
154Referenced by <a class="el" href="OgreRenderable_8h-source.html#l00219">Ogre::Renderable::_updateCustomGpuParameter()</a>.    </td>
155  </tr>
156</table>
157<a class="anchor" name="Ogre_1_1GpuProgramParameters_1_1AutoConstantEntryo3" doxytag="Ogre::GpuProgramParameters::AutoConstantEntry::fData" ></a><p>
158<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
159  <tr>
160    <td class="mdRow">
161      <table cellpadding="0" cellspacing="0" border="0">
162        <tr>
163          <td class="md" nowrap valign="top"> <a class="el" href="namespaceOgre.html#a420">Real</a> <a class="el" href="classOgre_1_1GpuProgramParameters_1_1AutoConstantEntry.html#Ogre_1_1GpuProgramParameters_1_1AutoConstantEntryo3">Ogre::GpuProgramParameters::AutoConstantEntry::fData</a>
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>
176
177<p>
178Definition at line <a class="el" href="OgreGpuProgram_8h-source.html#l00292">292</a> of file <a class="el" href="OgreGpuProgram_8h-source.html">OgreGpuProgram.h</a>.    </td>
179  </tr>
180</table>
181<a class="anchor" name="Ogre_1_1GpuProgramParameters_1_1AutoConstantEntryo1" doxytag="Ogre::GpuProgramParameters::AutoConstantEntry::index" ></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"> size_t <a class="el" href="classOgre_1_1GpuProgramParameters_1_1AutoConstantEntry.html#Ogre_1_1GpuProgramParameters_1_1AutoConstantEntryo1">Ogre::GpuProgramParameters::AutoConstantEntry::index</a>
188      </table>
189    </td>
190  </tr>
191</table>
192<table cellspacing=5 cellpadding=0 border=0>
193  <tr>
194    <td>
195      &nbsp;
196    </td>
197    <td>
198
199<p>
200The target constant index.
201<p>
202
203<p>
204Definition at line <a class="el" href="OgreGpuProgram_8h-source.html#l00288">288</a> of file <a class="el" href="OgreGpuProgram_8h-source.html">OgreGpuProgram.h</a>.
205<p>
206Referenced by <a class="el" href="OgreRenderable_8h-source.html#l00219">Ogre::Renderable::_updateCustomGpuParameter()</a>.    </td>
207  </tr>
208</table>
209<a class="anchor" name="Ogre_1_1GpuProgramParameters_1_1AutoConstantEntryo0" doxytag="Ogre::GpuProgramParameters::AutoConstantEntry::paramType" ></a><p>
210<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
211  <tr>
212    <td class="mdRow">
213      <table cellpadding="0" cellspacing="0" border="0">
214        <tr>
215          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1GpuProgramParameters.html#Ogre_1_1GpuProgramParametersw72">AutoConstantType</a> <a class="el" href="classOgre_1_1GpuProgramParameters_1_1AutoConstantEntry.html#Ogre_1_1GpuProgramParameters_1_1AutoConstantEntryo0">Ogre::GpuProgramParameters::AutoConstantEntry::paramType</a>
216      </table>
217    </td>
218  </tr>
219</table>
220<table cellspacing=5 cellpadding=0 border=0>
221  <tr>
222    <td>
223      &nbsp;
224    </td>
225    <td>
226
227<p>
228The type of parameter.
229<p>
230
231<p>
232Definition at line <a class="el" href="OgreGpuProgram_8h-source.html#l00286">286</a> of file <a class="el" href="OgreGpuProgram_8h-source.html">OgreGpuProgram.h</a>.    </td>
233  </tr>
234</table>
235<hr>The documentation for this class was generated from the following file:<ul>
236<li><a class="el" href="OgreGpuProgram_8h-source.html">OgreGpuProgram.h</a></ul>
237<hr>
238<p>
239Copyright &copy; 2000-2005 by The OGRE Team<br />
240<!--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/>
241This 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/>
242                <!--/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#">
243                <Work rdf:about="">
244                        <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" />
245        <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
246                </Work>
247                <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> -->
248
249Last modified Sun Feb 12 13:00:35 2006
250</p>
251</body>
252</html>
Note: See TracBrowser for help on using the repository browser.