Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > 06719cf03808e17ae6f0852ca1052dc2 > files > 681

libogre1-devel-0.13.0-1mdk.i586.rpm

<html>
<head>
<title>OgreGLGpuProgram.h Source File - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
<link type="text/css" rel="stylesheet" href="style.css">
</head>

<body>
<!-- Generated by Doxygen 1.2.16 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; <a class="qindex" href="pages.html">Related Pages</a> &nbsp; </center>
<hr><h1>OgreGLGpuProgram.h</h1><a href="OgreGLGpuProgram_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <font class="comment">/*</font>
00002 <font class="comment">-----------------------------------------------------------------------------</font>
00003 <font class="comment">This source file is part of OGRE</font>
00004 <font class="comment">    (Object-oriented Graphics Rendering Engine)</font>
00005 <font class="comment">For the latest info, see http://www.stevestreeting.com/ogre/</font>
00006 <font class="comment"></font>
00007 <font class="comment">Copyright © 2000-2003 The OGRE Teameeting</font>
00008 <font class="comment">Also see acknowledgements in Readme.html</font>
00009 <font class="comment"></font>
00010 <font class="comment">This program is free software; you can redistribute it and/or modify it under</font>
00011 <font class="comment">the terms of the GNU General Public License as published by the Free Software</font>
00012 <font class="comment">Foundation; either version 2 of the License, or (at your option) any later</font>
00013 <font class="comment">version.</font>
00014 <font class="comment"></font>
00015 <font class="comment">This program is distributed in the hope that it will be useful, but WITHOUT</font>
00016 <font class="comment">ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS</font>
00017 <font class="comment">FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</font>
00018 <font class="comment"></font>
00019 <font class="comment">You should have received a copy of the GNU General Public License along with</font>
00020 <font class="comment">this program; if not, write to the Free Software Foundation, Inc., 59 Temple</font>
00021 <font class="comment">Place - Suite 330, Boston, MA 02111-1307, USA, or go to</font>
00022 <font class="comment">http://www.gnu.org/copyleft/gpl.html.</font>
00023 <font class="comment">-----------------------------------------------------------------------------</font>
00024 <font class="comment">*/</font>
00025 
00026 <font class="preprocessor">#ifndef __GLGpuProgram_H__</font>
00027 <font class="preprocessor"></font><font class="preprocessor">#define __GLGpuProgram_H__</font>
00028 <font class="preprocessor"></font>
00029 <font class="preprocessor">#include "<a class="code" href="OgreGLPrerequisites_8h.html">OgreGLPrerequisites.h</a>"</font>
00030 <font class="preprocessor">#include "<a class="code" href="OgreGpuProgram_8h.html">OgreGpuProgram.h</a>"</font>
00031 
00032 <font class="keyword">namespace </font>Ogre {
00033 
<a name="l00035"></a><a class="code" href="classOgre_1_1GLGpuProgram.html">00035</a>     <font class="keyword">class </font><a class="code" href="classOgre_1_1GLGpuProgram.html">GLGpuProgram</a> : <font class="keyword">public</font> <a class="code" href="classOgre_1_1GpuProgram.html">GpuProgram</a>
00036     {
00037     <font class="keyword">public</font>:
00038         <a class="code" href="classOgre_1_1GLGpuProgram.html#Ogre_1_1GLGpuPrograma0">GLGpuProgram</a>(<font class="keyword">const</font> <a class="code" href="classOgre_1_1String.html">String</a>&amp; name, <a class="code" href="namespaceOgre.html#a626">GpuProgramType</a> gptype, <font class="keyword">const</font> <a class="code" href="classOgre_1_1String.html">String</a>&amp; syntaxCode);
<a name="l00039"></a><a class="code" href="classOgre_1_1GLGpuProgram.html#Ogre_1_1GLGpuPrograma1">00039</a>         <font class="keyword">virtual</font> <a class="code" href="classOgre_1_1GLGpuProgram.html#Ogre_1_1GLGpuPrograma1">~GLGpuProgram</a>() { }
00040 
00042         <font class="keyword">virtual</font> <font class="keywordtype">void</font> <a class="code" href="classOgre_1_1GLGpuProgram.html#Ogre_1_1GLGpuPrograma2">bindProgram</a>(<font class="keywordtype">void</font>) = 0;
00044         <font class="keyword">virtual</font> <font class="keywordtype">void</font> <a class="code" href="classOgre_1_1GLGpuProgram.html#Ogre_1_1GLGpuPrograma3">unbindProgram</a>(<font class="keywordtype">void</font>) = 0;
00045 
00047         <font class="keyword">virtual</font> <font class="keywordtype">void</font> <a class="code" href="classOgre_1_1GLGpuProgram.html#Ogre_1_1GLGpuPrograma4">bindProgramParameters</a>(<a class="code" href="namespaceOgre.html#a132">GpuProgramParametersSharedPtr</a> params) = 0;
00048 
<a name="l00050"></a><a class="code" href="classOgre_1_1GLGpuProgram.html#Ogre_1_1GLGpuPrograma5">00050</a>         <font class="keyword">const</font> GLuint <a class="code" href="classOgre_1_1GLGpuProgram.html#Ogre_1_1GLGpuPrograma5">getProgramID</a>(<font class="keywordtype">void</font>)<font class="keyword"> const</font>
00051 <font class="keyword">        </font>{ <font class="keywordflow">return</font> <a class="code" href="classOgre_1_1GLGpuProgram.html#Ogre_1_1GLGpuProgramn0">mProgramID</a>; }
00052 
00053     <font class="keyword">protected</font>:
00054 
<a name="l00055"></a><a class="code" href="classOgre_1_1GLGpuProgram.html#Ogre_1_1GLGpuProgramn0">00055</a>         GLuint <a class="code" href="classOgre_1_1GLGpuProgram.html#Ogre_1_1GLGpuProgramn0">mProgramID</a>;
<a name="l00056"></a><a class="code" href="classOgre_1_1GLGpuProgram.html#Ogre_1_1GLGpuProgramn1">00056</a>         GLenum <a class="code" href="classOgre_1_1GLGpuProgram.html#Ogre_1_1GLGpuProgramn1">mProgramType</a>;
00057     };
00058 
<a name="l00060"></a><a class="code" href="classOgre_1_1GLArbGpuProgram.html">00060</a>     <font class="keyword">class </font><a class="code" href="classOgre_1_1GLArbGpuProgram.html">GLArbGpuProgram</a> : <font class="keyword">public</font> <a class="code" href="classOgre_1_1GLGpuProgram.html">GLGpuProgram</a>
00061     {
00062     <font class="keyword">public</font>:
00063         <a class="code" href="classOgre_1_1GLArbGpuProgram.html#Ogre_1_1GLArbGpuPrograma0">GLArbGpuProgram</a>(<font class="keyword">const</font> <a class="code" href="classOgre_1_1String.html">String</a>&amp; name, <a class="code" href="namespaceOgre.html#a626">GpuProgramType</a> gptype, <font class="keyword">const</font> <a class="code" href="classOgre_1_1String.html">String</a>&amp; syntaxCode);
<a name="l00064"></a><a class="code" href="classOgre_1_1GLArbGpuProgram.html#Ogre_1_1GLArbGpuPrograma1">00064</a>         <font class="keyword">virtual</font> <a class="code" href="classOgre_1_1GLArbGpuProgram.html#Ogre_1_1GLArbGpuPrograma1">~GLArbGpuProgram</a>() { }
00065 
00067         <font class="keywordtype">void</font> <a class="code" href="classOgre_1_1GLArbGpuProgram.html#Ogre_1_1GLArbGpuPrograma2">unload</a>(<font class="keywordtype">void</font>);
00068 
00070         <font class="keywordtype">void</font> <a class="code" href="classOgre_1_1GLArbGpuProgram.html#Ogre_1_1GLArbGpuPrograma3">bindProgram</a>(<font class="keywordtype">void</font>);
00072         <font class="keywordtype">void</font> <a class="code" href="classOgre_1_1GLArbGpuProgram.html#Ogre_1_1GLArbGpuPrograma4">unbindProgram</a>(<font class="keywordtype">void</font>);
00074         <font class="keywordtype">void</font> <a class="code" href="classOgre_1_1GLArbGpuProgram.html#Ogre_1_1GLArbGpuPrograma5">bindProgramParameters</a>(<a class="code" href="namespaceOgre.html#a132">GpuProgramParametersSharedPtr</a> params);
00075 
<a name="l00077"></a><a class="code" href="classOgre_1_1GLArbGpuProgram.html#Ogre_1_1GLArbGpuPrograma6">00077</a>         <font class="keyword">const</font> GLuint <a class="code" href="classOgre_1_1GLArbGpuProgram.html#Ogre_1_1GLArbGpuPrograma6">getProgramType</a>(<font class="keywordtype">void</font>)<font class="keyword"> const</font>
00078 <font class="keyword">        </font>{ <font class="keywordflow">return</font> <a class="code" href="classOgre_1_1GLGpuProgram.html#Ogre_1_1GLGpuProgramn1">mProgramType</a>; }
00079 
00080     <font class="keyword">protected</font>:
00081         <font class="keywordtype">void</font> <a class="code" href="classOgre_1_1GLArbGpuProgram.html#Ogre_1_1GLArbGpuProgramb0">loadFromSource</a>(<font class="keywordtype">void</font>);
00082 
00083     };
00084 
00085 
00086 
00087 }; <font class="comment">// namespace Ogre</font>
00088 
00089 <font class="preprocessor">#endif // __GLGpuProgram_H__</font>
</pre></div><p>
Copyright &copy; 2002-2003 by The OGRE Team<br />
Last modified Wed Jan 21 00:10:11 2004
</p>
</body>
</html>