1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
- <title>PowerVR SDK</title>
- <link href="doxygen.css" rel="stylesheet" type="text/css">
- <link href="tabs.css" rel="stylesheet" type="text/css">
- <table width="100%">
- <tr>
- <td width="33%">
- <p align="left"> <a href="http://www.imgtec.com"><img border="0" src="IMGLogo.jpg" width="200" height="30"></a></p>
- </td>
- <td width="33%">
- <p align="center"><font color="#808080" face="Arial" size="2">PowerVR Software Development Kit</a></font></p>
- </td>
- <td width="34%">
- <p align="right"><a href="http://www.powervr.com"><img border="0" src="PVRlogo.jpg" width="200" height="27"></a></p>
- </td>
- </tr>
- </table>
- <hr>
- </head><body>
- <!-- Generated by Doxygen 1.3.6 -->
- <div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a></div>
- <h1>PVRTools.h</h1><a href="PVRTools_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">/******************************************************************************</span>
- 00002 <span class="comment"></span>
- 00003 <span class="comment"> @File PVRTools.h</span>
- 00004 <span class="comment"></span>
- 00005 <span class="comment"> @Title PVRTools</span>
- 00006 <span class="comment"></span>
- 00007 <span class="comment"> @Version </span>
- 00008 <span class="comment"></span>
- 00009 <span class="comment"> @Copyright Copyright (C) Imagination Technologies Limited.</span>
- 00010 <span class="comment"></span>
- 00011 <span class="comment"> @Platform ANSI compatible</span>
- 00012 <span class="comment"></span>
- 00013 <span class="comment"> @Description Header file to include a particular API tools header</span>
- 00014 <span class="comment"></span>
- 00015 <span class="comment">******************************************************************************/</span>
- 00016 <span class="preprocessor">#ifndef PVRTOOLS_H</span>
- 00017 <span class="preprocessor"></span><span class="preprocessor">#define PVRTOOLS_H</span>
- 00018 <span class="preprocessor"></span>
- 00019 <span class="preprocessor">#ifdef BUILD_OGLES2</span>
- 00020 <span class="preprocessor"></span><span class="preprocessor"> #include "<a class="code" href="OGLES2Tools_8h.html">OGLES2Tools.h</a>"</span>
- 00021 <span class="preprocessor">#elif BUILD_OGLES</span>
- 00022 <span class="preprocessor"></span><span class="preprocessor"> #include "OGLESTools.h"</span>
- 00023 <span class="preprocessor">#elif BUILD_OGL</span>
- 00024 <span class="preprocessor"></span><span class="preprocessor"> #include "OGLTools.h"</span>
- 00025 <span class="preprocessor">#elif BUILD_D3DM</span>
- 00026 <span class="preprocessor"></span><span class="preprocessor"> #include "D3DMTools.h"</span>
- 00027 <span class="preprocessor">#elif BUILD_DX9</span>
- 00028 <span class="preprocessor"></span><span class="preprocessor"> #include "DX9Tools.h"</span>
- 00029 <span class="preprocessor">#elif BUILD_DX10</span>
- 00030 <span class="preprocessor"></span><span class="preprocessor"> #include "DX10Tools.h"</span>
- 00031 <span class="preprocessor">#endif</span>
- 00032 <span class="preprocessor"></span>
- 00033 <span class="preprocessor">#endif </span><span class="comment">/* PVRTOOLS_H*/</span>
- 00034
- 00035 <span class="comment">/*****************************************************************************</span>
- 00036 <span class="comment"> End of file (Tools.h)</span>
- 00037 <span class="comment">*****************************************************************************/</span>
- 00038
- </pre></div><br>
- <br>
- <P align=left><FONT size=2><STRONG><A
- href="http://www.imgtec.com/powervr/insider/legal/index.asp">Copyright</A> ©
- 1999-2008, Imagination Technologies Ltd.</STRONG></FONT></P>
- <hr>
- <address style="align: left;"><small><FONT color=f0f>
- Generated by <a href="http://www.doxygen.org/index.html">DOXYGEN</a> 1.3.6</small></address>
- </body>
- </html>
|