a00239.html 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
  5. <title>GTC Extensions (Stable)</title>
  6. <link href="tabs.css" rel="stylesheet" type="text/css"/>
  7. <link href="doxygen.css" rel="stylesheet" type="text/css"/>
  8. </head>
  9. <body>
  10. <!-- Generated by Doxygen 1.7.4 -->
  11. <div id="top">
  12. <div id="titlearea">
  13. <table cellspacing="0" cellpadding="0">
  14. <tbody>
  15. <tr style="height: 56px;">
  16. <td id="projectlogo"><img alt="Logo" src="logo-mini.png"/></td>
  17. </tr>
  18. </tbody>
  19. </table>
  20. </div>
  21. <div id="navrow1" class="tabs">
  22. <ul class="tablist">
  23. <li><a href="index.html"><span>Main&#160;Page</span></a></li>
  24. <li><a href="modules.html"><span>Modules</span></a></li>
  25. <li><a href="namespaces.html"><span>Namespaces</span></a></li>
  26. <li><a href="annotated.html"><span>Classes</span></a></li>
  27. <li><a href="files.html"><span>Files</span></a></li>
  28. </ul>
  29. </div>
  30. </div>
  31. <div class="header">
  32. <div class="summary">
  33. <a href="#groups">Modules</a> </div>
  34. <div class="headertitle">
  35. <div class="title">GTC Extensions (Stable)</div> </div>
  36. </div>
  37. <div class="contents">
  38. <p>Functions and types that the GLSL specification doesn't define, but useful to have for a C++ program.
  39. <a href="#details">More...</a></p>
  40. <table class="memberdecls">
  41. <tr><td colspan="2"><h2><a name="groups"></a>
  42. Modules</h2></td></tr>
  43. <tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00240.html">GLM_GTC_half_float: Half-precision floating-point based types and functions.</a></td></tr>
  44. <tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00241.html">GLM_GTC_matrix_access: Access matrix rows and columns.</a></td></tr>
  45. <tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00242.html">GLM_GTC_matrix_integer: Integer matrix types.</a></td></tr>
  46. <tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00243.html">GLM_GTC_matrix_inverse: Additional matrix inverse function</a></td></tr>
  47. <tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00244.html">GLM_GTC_matrix_transform: Matrix transform functions.</a></td></tr>
  48. <tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00245.html">GLM_GTC_quaternion: Quaternion types and functions</a></td></tr>
  49. <tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00246.html">GLM_GTC_type_precision: Vector and matrix types with defined precisions.</a></td></tr>
  50. <tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00247.html">GLM_GTC_type_ptr: Memory layout access.</a></td></tr>
  51. </table>
  52. <hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
  53. <p>Functions and types that the GLSL specification doesn't define, but useful to have for a C++ program. </p>
  54. <p>GTC extensions aim to be stable.</p>
  55. <p>Even if it's highly unrecommended, it's possible to include all the extensions at once by including &lt;<a class="el" href="a00037_source.html">glm/ext.hpp</a>&gt;. Otherwise, each extension needs to be included a specific file. </p>
  56. </div>
  57. <hr class="footer"/><address class="footer"><small>Generated by&#160;
  58. <a href="http://www.doxygen.org/index.html">
  59. <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </small></address>
  60. </body>
  61. </html>