Sophie

Sophie

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

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

<html>
<head>
<title>OgreGLATIFSInit.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>OgreGLATIFSInit.h</h1><a href="OgreGLATIFSInit_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <font class="comment">/*</font>
00002 <font class="comment">    ATI fragment shader Extension header file.</font>
00003 <font class="comment">    setup by NFZ</font>
00004 <font class="comment">    extracted from ATI 8500 SDK</font>
00005 <font class="comment"></font>
00006 <font class="comment">** GL_ATI_fragment_shader</font>
00007 <font class="comment">**</font>
00008 <font class="comment">** Support:</font>
00009 <font class="comment">**   Rage 128 * based  : Not Supported</font>
00010 <font class="comment">**   Radeon   * based  : Not Supported</font>
00011 <font class="comment">**   R200     * based  : Supported</font>
00012 <font class="comment">**   R200 : 8500, 9000, 9100, 9200</font>
00013 <font class="comment">**   also works on R300 but pointless since ARBFP1.0 supported</font>
00014 <font class="comment">*/</font>
00015 
00016 
00017 <font class="preprocessor">#ifndef _GL_ATI_FRAGMENT_SHADER_H_</font>
00018 <font class="preprocessor"></font><font class="preprocessor">#define _GL_ATI_FRAGMENT_SHADER_H_</font>
00019 <font class="preprocessor"></font>
00020 <font class="preprocessor">#include "<a class="code" href="OgreGLSupport_8h.html">OgreGLSupport.h</a>"</font>
00021 
00022 <font class="comment">// ATI_fragment_program functions</font>
<a name="l00023"></a><a class="code" href="OgreGLATIFSInit_8h.html#a0">00023</a> <font class="keyword">extern</font> PFNGLGENFRAGMENTSHADERSATIPROC        <a class="code" href="OgreGLATIFSInit_8h.html#a0">glGenFragmentShadersATI_ptr</a>;
<a name="l00024"></a><a class="code" href="OgreGLATIFSInit_8h.html#a1">00024</a> <font class="keyword">extern</font> PFNGLBINDFRAGMENTSHADERATIPROC        <a class="code" href="OgreGLATIFSInit_8h.html#a1">glBindFragmentShaderATI_ptr</a>;
<a name="l00025"></a><a class="code" href="OgreGLATIFSInit_8h.html#a2">00025</a> <font class="keyword">extern</font> PFNGLDELETEFRAGMENTSHADERATIPROC      <a class="code" href="OgreGLATIFSInit_8h.html#a2">glDeleteFragmentShaderATI_ptr</a>;
<a name="l00026"></a><a class="code" href="OgreGLATIFSInit_8h.html#a3">00026</a> <font class="keyword">extern</font> PFNGLBEGINFRAGMENTSHADERATIPROC       <a class="code" href="OgreGLATIFSInit_8h.html#a3">glBeginFragmentShaderATI_ptr</a>;
<a name="l00027"></a><a class="code" href="OgreGLATIFSInit_8h.html#a4">00027</a> <font class="keyword">extern</font> PFNGLENDFRAGMENTSHADERATIPROC         <a class="code" href="OgreGLATIFSInit_8h.html#a4">glEndFragmentShaderATI_ptr</a>;
<a name="l00028"></a><a class="code" href="OgreGLATIFSInit_8h.html#a5">00028</a> <font class="keyword">extern</font> PFNGLPASSTEXCOORDATIPROC              <a class="code" href="OgreGLATIFSInit_8h.html#a5">glPassTexCoordATI_ptr</a>;
<a name="l00029"></a><a class="code" href="OgreGLATIFSInit_8h.html#a6">00029</a> <font class="keyword">extern</font> PFNGLSAMPLEMAPATIPROC                 <a class="code" href="OgreGLATIFSInit_8h.html#a6">glSampleMapATI_ptr</a>;
<a name="l00030"></a><a class="code" href="OgreGLATIFSInit_8h.html#a7">00030</a> <font class="keyword">extern</font> PFNGLCOLORFRAGMENTOP1ATIPROC          <a class="code" href="OgreGLATIFSInit_8h.html#a7">glColorFragmentOp1ATI_ptr</a>;
<a name="l00031"></a><a class="code" href="OgreGLATIFSInit_8h.html#a8">00031</a> <font class="keyword">extern</font> PFNGLCOLORFRAGMENTOP2ATIPROC          <a class="code" href="OgreGLATIFSInit_8h.html#a8">glColorFragmentOp2ATI_ptr</a>;
<a name="l00032"></a><a class="code" href="OgreGLATIFSInit_8h.html#a9">00032</a> <font class="keyword">extern</font> PFNGLCOLORFRAGMENTOP3ATIPROC          <a class="code" href="OgreGLATIFSInit_8h.html#a9">glColorFragmentOp3ATI_ptr</a>;
<a name="l00033"></a><a class="code" href="OgreGLATIFSInit_8h.html#a10">00033</a> <font class="keyword">extern</font> PFNGLALPHAFRAGMENTOP1ATIPROC          <a class="code" href="OgreGLATIFSInit_8h.html#a10">glAlphaFragmentOp1ATI_ptr</a>;
<a name="l00034"></a><a class="code" href="OgreGLATIFSInit_8h.html#a11">00034</a> <font class="keyword">extern</font> PFNGLALPHAFRAGMENTOP2ATIPROC          <a class="code" href="OgreGLATIFSInit_8h.html#a11">glAlphaFragmentOp2ATI_ptr</a>;
<a name="l00035"></a><a class="code" href="OgreGLATIFSInit_8h.html#a12">00035</a> <font class="keyword">extern</font> PFNGLALPHAFRAGMENTOP3ATIPROC          <a class="code" href="OgreGLATIFSInit_8h.html#a12">glAlphaFragmentOp3ATI_ptr</a>;
<a name="l00036"></a><a class="code" href="OgreGLATIFSInit_8h.html#a13">00036</a> <font class="keyword">extern</font> PFNGLSETFRAGMENTSHADERCONSTANTATIPROC <a class="code" href="OgreGLATIFSInit_8h.html#a13">glSetFragmentShaderConstantATI_ptr</a>;
00037 
00038 <font class="keywordtype">bool</font> <a class="code" href="OgreGLATIFSInit_8cpp.html#a14">InitATIFragmentShaderExtensions</a>(<a class="code" href="classOgre_1_1GLSupport.html">Ogre::GLSupport</a>&amp; glSupport);
00039 
00040 <font class="preprocessor">#endif  //_GL_ATI_FRAGMENT_SHADER_H_</font>
00041 <font class="preprocessor"></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>