a00141.html 92 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723
  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>Precision types</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. <div id="top"><!-- do not remove this div! -->
  11. <div id="titlearea">
  12. <table cellspacing="0" cellpadding="0">
  13. <tbody>
  14. <tr style="height: 56px;">
  15. <td id="projectlogo"><img alt="Logo" src="logo-mini.png"/></td>
  16. </tr>
  17. </tbody>
  18. </table>
  19. </div>
  20. <!-- Generated by Doxygen 1.7.5.1 -->
  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="pages.html"><span>Related&#160;Pages</span></a></li>
  25. <li><a href="modules.html"><span>Modules</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="#typedef-members">Typedefs</a> </div>
  34. <div class="headertitle">
  35. <div class="title">Precision types</div> </div>
  36. <div class="ingroups"><a class="el" href="a00139.html">GLM Core</a></div></div>
  37. <div class="contents">
  38. <table class="memberdecls">
  39. <tr><td colspan="2"><h2><a name="typedef-members"></a>
  40. Typedefs</h2></td></tr>
  41. <tr><td class="memItemLeft" align="right" valign="top">typedef highp_float_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga6e95694987ba35af6f736638be39626a">highp_float</a></td></tr>
  42. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::highp_int_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#gaaabe7eb044941ebf308b53a447d692dc">highp_int</a></td></tr>
  43. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tvec2&lt; highp_int &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga306173e656477f59bf0164a623780236">highp_ivec2</a></td></tr>
  44. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tvec3&lt; highp_int &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#gaccca78e0907313665d47af163c17c5bb">highp_ivec3</a></td></tr>
  45. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tvec4&lt; highp_int &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga320e40ad19a7be26cff134cce4f15a51">highp_ivec4</a></td></tr>
  46. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat2x2<br class="typebreak"/>
  47. &lt; highp_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#gaeedb9e4f01fefcd5a47356b476b6890c">highp_mat2</a></td></tr>
  48. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat2x2<br class="typebreak"/>
  49. &lt; highp_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga9aa0c5dce81439aa15a0d5b5e5006d81">highp_mat2x2</a></td></tr>
  50. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat2x3<br class="typebreak"/>
  51. &lt; highp_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga895ba4ec32bd7cfb0d07572556572069">highp_mat2x3</a></td></tr>
  52. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat2x4<br class="typebreak"/>
  53. &lt; highp_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#gaf8816ff880fbae96a59c543904333109">highp_mat2x4</a></td></tr>
  54. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat3x3<br class="typebreak"/>
  55. &lt; highp_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga95c93f032b4713aff2886a39f96822e1">highp_mat3</a></td></tr>
  56. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat3x2<br class="typebreak"/>
  57. &lt; highp_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#gae5e017b25e88ff5c61f4538a2dd5647a">highp_mat3x2</a></td></tr>
  58. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat3x3<br class="typebreak"/>
  59. &lt; highp_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga20aa8e5c6061576079c10e86cd743c8d">highp_mat3x3</a></td></tr>
  60. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat3x4<br class="typebreak"/>
  61. &lt; highp_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga8efc769b3edb7a3f420d6344e2308c72">highp_mat3x4</a></td></tr>
  62. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat4x4<br class="typebreak"/>
  63. &lt; highp_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga6e0882bb7c778ee27596e1cbe70cad1a">highp_mat4</a></td></tr>
  64. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat4x2<br class="typebreak"/>
  65. &lt; highp_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga3178de2c189bfdda4c73d6af8017f5d3">highp_mat4x2</a></td></tr>
  66. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat4x3<br class="typebreak"/>
  67. &lt; highp_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga00d8bf8ebaab7d6647a3b7f73ae324af">highp_mat4x3</a></td></tr>
  68. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat4x4<br class="typebreak"/>
  69. &lt; highp_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#gadd2ef277f86f6fa29804a22d1eb7d662">highp_mat4x4</a></td></tr>
  70. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::highp_uint_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga73e8a694d7fc69143cf25161d18d1dcf">highp_uint</a></td></tr>
  71. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tvec2&lt; highp_uint &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#gad4a5243fc438d0f2efbc22d075b4e399">highp_uvec2</a></td></tr>
  72. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tvec3&lt; highp_uint &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#gaf4b32075ad193e4f47c8bfc367593d8c">highp_uvec3</a></td></tr>
  73. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tvec4&lt; highp_uint &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga5ad6375e810e3050a6c845b600422b70">highp_uvec4</a></td></tr>
  74. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tvec2<br class="typebreak"/>
  75. &lt; highp_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga9b65d7afd0783a02f5b3d1b75d1d872e">highp_vec2</a></td></tr>
  76. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tvec3<br class="typebreak"/>
  77. &lt; highp_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga0d3129f5f6644cb7552f520ff0dfa789">highp_vec3</a></td></tr>
  78. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tvec4<br class="typebreak"/>
  79. &lt; highp_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#gaaef692a5e2eae7dad32ca2f8ed0d16d8">highp_vec4</a></td></tr>
  80. <tr><td class="memItemLeft" align="right" valign="top">typedef lowp_float_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga358d69e11b1c0f6c7c469e0d39ab7fd1">lowp_float</a></td></tr>
  81. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::lowp_int_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#gad0fa1e32e8b3552ed63556eca51c620e">lowp_int</a></td></tr>
  82. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tvec2&lt; lowp_int &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga26364654fd75ba6c7f11a65967a7fbee">lowp_ivec2</a></td></tr>
  83. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tvec3&lt; lowp_int &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#gac246e3a1a470974283d6618ad77fd477">lowp_ivec3</a></td></tr>
  84. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tvec4&lt; lowp_int &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#gafc7521507e40fbc269149475a725dbbe">lowp_ivec4</a></td></tr>
  85. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat2x2<br class="typebreak"/>
  86. &lt; lowp_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#gaee10b4a3cac178528f8e56c90313094a">lowp_mat2</a></td></tr>
  87. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat2x2<br class="typebreak"/>
  88. &lt; lowp_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga8b49c3aa6665011440c32c281b2032c0">lowp_mat2x2</a></td></tr>
  89. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat2x3<br class="typebreak"/>
  90. &lt; lowp_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga0b32355a31b4c14e98f69b43a9077456">lowp_mat2x3</a></td></tr>
  91. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat2x4<br class="typebreak"/>
  92. &lt; lowp_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#gaf95b55f8954834b05b5463bc153deae5">lowp_mat2x4</a></td></tr>
  93. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat3x3<br class="typebreak"/>
  94. &lt; lowp_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga5bbef8a57946dd7a91c9e0260d9edfbf">lowp_mat3</a></td></tr>
  95. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat3x2<br class="typebreak"/>
  96. &lt; lowp_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga745259412efbd5e07b1a4062190e3135">lowp_mat3x2</a></td></tr>
  97. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat3x3<br class="typebreak"/>
  98. &lt; lowp_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga0bb652c1f4401b9b3359ae6b2bf13678">lowp_mat3x3</a></td></tr>
  99. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat3x4<br class="typebreak"/>
  100. &lt; lowp_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga2e7a430ab7df03b63b5c7b776f7675a1">lowp_mat3x4</a></td></tr>
  101. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat4x4<br class="typebreak"/>
  102. &lt; lowp_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga4954a51c5507e62185d6d82dc39016a5">lowp_mat4</a></td></tr>
  103. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat4x2<br class="typebreak"/>
  104. &lt; lowp_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#gac88de3260a910584e02b98f087a34502">lowp_mat4x2</a></td></tr>
  105. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat4x3<br class="typebreak"/>
  106. &lt; lowp_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga0072cb659f9360a7bb2c3e6646609ad7">lowp_mat4x3</a></td></tr>
  107. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat4x4<br class="typebreak"/>
  108. &lt; lowp_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#gaae14374ee642a8d553ce64f17a4597b1">lowp_mat4x4</a></td></tr>
  109. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::lowp_uint_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga25ebc60727fc8b4a1167665f9ecdca97">lowp_uint</a></td></tr>
  110. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tvec2&lt; lowp_uint &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga9cb9b78162fca09f7ce9d08758f8b3c1">lowp_uvec2</a></td></tr>
  111. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tvec3&lt; lowp_uint &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#gaefdce0fe4ed79b26ed2b5f00bbf39075">lowp_uvec3</a></td></tr>
  112. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tvec4&lt; lowp_uint &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga3ebda7e36e3948ceea0cbc90061c643d">lowp_uvec4</a></td></tr>
  113. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tvec2&lt; lowp_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga4df6c67742cd65d6d0a885b3a539d9ff">lowp_vec2</a></td></tr>
  114. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tvec3&lt; lowp_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#gab9e39d9db144322c1ad30ab3141084ad">lowp_vec3</a></td></tr>
  115. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tvec4&lt; lowp_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga653b0bf7ff2cb590f6e1338682fd0327">lowp_vec4</a></td></tr>
  116. <tr><td class="memItemLeft" align="right" valign="top">typedef mediump_float_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga280c68f537f4b1e03a00b23e62573b98">mediump_float</a></td></tr>
  117. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::mediump_int_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga212ef8f883878cb7430228a279a7d866">mediump_int</a></td></tr>
  118. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tvec2<br class="typebreak"/>
  119. &lt; mediump_int &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga269315792504783f450b829161f2bccf">mediump_ivec2</a></td></tr>
  120. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tvec3<br class="typebreak"/>
  121. &lt; mediump_int &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga1d8ae738ed79d71f8d381f472d366913">mediump_ivec3</a></td></tr>
  122. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tvec4<br class="typebreak"/>
  123. &lt; mediump_int &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga5f624d3f93fa1a197ba767f9b1d6d7aa">mediump_ivec4</a></td></tr>
  124. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat2x2<br class="typebreak"/>
  125. &lt; mediump_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga42f1426987103b15613671b323e90e5c">mediump_mat2</a></td></tr>
  126. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat2x2<br class="typebreak"/>
  127. &lt; mediump_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#gaa5970a6f98990c15b7a3be7cc7b79f4f">mediump_mat2x2</a></td></tr>
  128. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat2x3<br class="typebreak"/>
  129. &lt; mediump_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#gacceeb5355767eb306c12ea961b31e808">mediump_mat2x3</a></td></tr>
  130. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat2x4<br class="typebreak"/>
  131. &lt; mediump_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#gabbec32a495b527df1796bb46f8cce516">mediump_mat2x4</a></td></tr>
  132. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat3x3<br class="typebreak"/>
  133. &lt; mediump_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga0957c911430959270e296b6abf1463c3">mediump_mat3</a></td></tr>
  134. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat3x2<br class="typebreak"/>
  135. &lt; mediump_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga08c1cebbdb2cdfa0a62b23981db1c059">mediump_mat3x2</a></td></tr>
  136. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat3x3<br class="typebreak"/>
  137. &lt; mediump_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga76c68d8cad333d1f5ba1b20a40415cda">mediump_mat3x3</a></td></tr>
  138. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat3x4<br class="typebreak"/>
  139. &lt; mediump_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga167125bb484e539a3c56f7b7aa0409f8">mediump_mat3x4</a></td></tr>
  140. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat4x4<br class="typebreak"/>
  141. &lt; mediump_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#gabb71589a7fc80f6ca0c134efb878338d">mediump_mat4</a></td></tr>
  142. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat4x2<br class="typebreak"/>
  143. &lt; mediump_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga31b1d523c1dc83c0ef9cded942950666">mediump_mat4x2</a></td></tr>
  144. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat4x3<br class="typebreak"/>
  145. &lt; mediump_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga236d4c1060c1ce9908d3de61b3d9334e">mediump_mat4x3</a></td></tr>
  146. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat4x4<br class="typebreak"/>
  147. &lt; mediump_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#gad0e848d34a6838e413a41018228ded41">mediump_mat4x4</a></td></tr>
  148. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::mediump_uint_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga0b7e01c52b9e5bf3369761b79b5f4f8e">mediump_uint</a></td></tr>
  149. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tvec2<br class="typebreak"/>
  150. &lt; mediump_uint &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga5cd4f5f5667de09c7c12df85d138f599">mediump_uvec2</a></td></tr>
  151. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tvec3<br class="typebreak"/>
  152. &lt; mediump_uint &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga70d49eff07e7988447c93a83f9f311b6">mediump_uvec3</a></td></tr>
  153. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tvec4<br class="typebreak"/>
  154. &lt; mediump_uint &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga4b2bc896ec01198bdc4f9dc896e5f06d">mediump_uvec4</a></td></tr>
  155. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tvec2<br class="typebreak"/>
  156. &lt; mediump_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga9a8a10fce5852b088dd631b34e942b7d">mediump_vec2</a></td></tr>
  157. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tvec3<br class="typebreak"/>
  158. &lt; mediump_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#gaf6aa71f085a150f42929a4b77458143e">mediump_vec3</a></td></tr>
  159. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tvec4<br class="typebreak"/>
  160. &lt; mediump_float &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#gafddaa69a1d46a27e2767b780e0e6b4b0">mediump_vec4</a></td></tr>
  161. <tr><td class="memItemLeft" align="right" valign="top">typedef uint_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html#ga4d16da297112d05af72fc456a1c4f386">uint</a></td></tr>
  162. </table>
  163. <hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
  164. <p>Non-GLSL types that are used to define precision-based types. </p>
  165. <p>The GLSL language allows the user to define the precision of a particular variable. In OpenGL's GLSL, these precision qualifiers have no effect; they are there for compatibility with OpenGL ES's precision qualifiers, where they <em>do</em> have an effect.</p>
  166. <p>C++ has no language equivalent to precision qualifiers. So GLM provides the next-best thing: a number of typedefs of the <a class="el" href="a00142.html">Template types</a> that use a particular precision.</p>
  167. <p>None of these types make any guarantees about the actual precision used. </p>
  168. <hr/><h2>Typedef Documentation</h2>
  169. <a class="anchor" id="ga6e95694987ba35af6f736638be39626a"></a><!-- doxytag: member="glm::highp_float" ref="ga6e95694987ba35af6f736638be39626a" args="" -->
  170. <div class="memitem">
  171. <div class="memproto">
  172. <table class="memname">
  173. <tr>
  174. <td class="memname">typedef highp_float_t highp_float</td>
  175. </tr>
  176. </table>
  177. </div>
  178. <div class="memdoc">
  179. <p>High precision floating-point numbers. </p>
  180. <p>There is no guarantee on the actual precision. </p>
  181. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.4 Floats</a> </dd>
  182. <dd>
  183. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  184. <p>Definition at line <a class="el" href="a00093_source.html#l00067">67</a> of file <a class="el" href="a00093_source.html">type_float.hpp</a>.</p>
  185. </div>
  186. </div>
  187. <a class="anchor" id="gaaabe7eb044941ebf308b53a447d692dc"></a><!-- doxytag: member="glm::highp_int" ref="gaaabe7eb044941ebf308b53a447d692dc" args="" -->
  188. <div class="memitem">
  189. <div class="memproto">
  190. <table class="memname">
  191. <tr>
  192. <td class="memname">typedef detail::highp_int_t highp_int</td>
  193. </tr>
  194. </table>
  195. </div>
  196. <div class="memdoc">
  197. <p>High precision signed integer. </p>
  198. <p>There is no guarantee on the actual precision.</p>
  199. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.3 Integers</a> </dd>
  200. <dd>
  201. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  202. <p>Definition at line <a class="el" href="a00096_source.html#l00081">81</a> of file <a class="el" href="a00096_source.html">type_int.hpp</a>.</p>
  203. </div>
  204. </div>
  205. <a class="anchor" id="ga306173e656477f59bf0164a623780236"></a><!-- doxytag: member="glm::highp_ivec2" ref="ga306173e656477f59bf0164a623780236" args="" -->
  206. <div class="memitem">
  207. <div class="memproto">
  208. <table class="memname">
  209. <tr>
  210. <td class="memname">typedef detail::tvec2&lt;highp_int&gt; highp_ivec2</td>
  211. </tr>
  212. </table>
  213. </div>
  214. <div class="memdoc">
  215. <p>2 components vector of high precision signed integer numbers. </p>
  216. <p>There is no guarantee on the actual precision.</p>
  217. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.5 Vectors</a> </dd>
  218. <dd>
  219. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  220. <p>Definition at line <a class="el" href="a00112_source.html#l00275">275</a> of file <a class="el" href="a00112_source.html">type_vec2.hpp</a>.</p>
  221. </div>
  222. </div>
  223. <a class="anchor" id="gaccca78e0907313665d47af163c17c5bb"></a><!-- doxytag: member="glm::highp_ivec3" ref="gaccca78e0907313665d47af163c17c5bb" args="" -->
  224. <div class="memitem">
  225. <div class="memproto">
  226. <table class="memname">
  227. <tr>
  228. <td class="memname">typedef detail::tvec3&lt;highp_int&gt; highp_ivec3</td>
  229. </tr>
  230. </table>
  231. </div>
  232. <div class="memdoc">
  233. <p>3 components vector of high precision signed integer numbers. </p>
  234. <p>There is no guarantee on the actual precision.</p>
  235. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.5 Vectors</a> </dd>
  236. <dd>
  237. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  238. <p>Definition at line <a class="el" href="a00113_source.html#l00300">300</a> of file <a class="el" href="a00113_source.html">type_vec3.hpp</a>.</p>
  239. </div>
  240. </div>
  241. <a class="anchor" id="ga320e40ad19a7be26cff134cce4f15a51"></a><!-- doxytag: member="glm::highp_ivec4" ref="ga320e40ad19a7be26cff134cce4f15a51" args="" -->
  242. <div class="memitem">
  243. <div class="memproto">
  244. <table class="memname">
  245. <tr>
  246. <td class="memname">typedef detail::tvec4&lt;highp_int&gt; highp_ivec4</td>
  247. </tr>
  248. </table>
  249. </div>
  250. <div class="memdoc">
  251. <p>4 components vector of high precision signed integer numbers. </p>
  252. <p>There is no guarantee on the actual precision.</p>
  253. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.5 Vectors</a> </dd>
  254. <dd>
  255. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  256. <p>Definition at line <a class="el" href="a00114_source.html#l00357">357</a> of file <a class="el" href="a00114_source.html">type_vec4.hpp</a>.</p>
  257. </div>
  258. </div>
  259. <a class="anchor" id="gaeedb9e4f01fefcd5a47356b476b6890c"></a><!-- doxytag: member="glm::highp_mat2" ref="gaeedb9e4f01fefcd5a47356b476b6890c" args="" -->
  260. <div class="memitem">
  261. <div class="memproto">
  262. <table class="memname">
  263. <tr>
  264. <td class="memname">typedef detail::tmat2x2&lt;highp_float&gt; highp_mat2</td>
  265. </tr>
  266. </table>
  267. </div>
  268. <div class="memdoc">
  269. <p>2 columns of 2 components matrix of high precision floating-point numbers. </p>
  270. <p>There is no guarantee on the actual precision.</p>
  271. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  272. <dd>
  273. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  274. <p>Definition at line <a class="el" href="a00098_source.html#l00286">286</a> of file <a class="el" href="a00098_source.html">type_mat2x2.hpp</a>.</p>
  275. </div>
  276. </div>
  277. <a class="anchor" id="ga9aa0c5dce81439aa15a0d5b5e5006d81"></a><!-- doxytag: member="glm::highp_mat2x2" ref="ga9aa0c5dce81439aa15a0d5b5e5006d81" args="" -->
  278. <div class="memitem">
  279. <div class="memproto">
  280. <table class="memname">
  281. <tr>
  282. <td class="memname">typedef detail::tmat2x2&lt;highp_float&gt; highp_mat2x2</td>
  283. </tr>
  284. </table>
  285. </div>
  286. <div class="memdoc">
  287. <p>2 columns of 2 components matrix of high precision floating-point numbers. </p>
  288. <p>There is no guarantee on the actual precision.</p>
  289. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  290. <dd>
  291. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  292. <p>Definition at line <a class="el" href="a00098_source.html#l00307">307</a> of file <a class="el" href="a00098_source.html">type_mat2x2.hpp</a>.</p>
  293. </div>
  294. </div>
  295. <a class="anchor" id="ga895ba4ec32bd7cfb0d07572556572069"></a><!-- doxytag: member="glm::highp_mat2x3" ref="ga895ba4ec32bd7cfb0d07572556572069" args="" -->
  296. <div class="memitem">
  297. <div class="memproto">
  298. <table class="memname">
  299. <tr>
  300. <td class="memname">typedef detail::tmat2x3&lt;highp_float&gt; highp_mat2x3</td>
  301. </tr>
  302. </table>
  303. </div>
  304. <div class="memdoc">
  305. <p>2 columns of 3 components matrix of high precision floating-point numbers. </p>
  306. <p>There is no guarantee on the actual precision.</p>
  307. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  308. <dd>
  309. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  310. <p>Definition at line <a class="el" href="a00099_source.html#l00250">250</a> of file <a class="el" href="a00099_source.html">type_mat2x3.hpp</a>.</p>
  311. </div>
  312. </div>
  313. <a class="anchor" id="gaf8816ff880fbae96a59c543904333109"></a><!-- doxytag: member="glm::highp_mat2x4" ref="gaf8816ff880fbae96a59c543904333109" args="" -->
  314. <div class="memitem">
  315. <div class="memproto">
  316. <table class="memname">
  317. <tr>
  318. <td class="memname">typedef detail::tmat2x4&lt;highp_float&gt; highp_mat2x4</td>
  319. </tr>
  320. </table>
  321. </div>
  322. <div class="memdoc">
  323. <p>2 columns of 4 components matrix of high precision floating-point numbers. </p>
  324. <p>There is no guarantee on the actual precision.</p>
  325. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  326. <dd>
  327. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  328. <p>Definition at line <a class="el" href="a00100_source.html#l00252">252</a> of file <a class="el" href="a00100_source.html">type_mat2x4.hpp</a>.</p>
  329. </div>
  330. </div>
  331. <a class="anchor" id="ga95c93f032b4713aff2886a39f96822e1"></a><!-- doxytag: member="glm::highp_mat3" ref="ga95c93f032b4713aff2886a39f96822e1" args="" -->
  332. <div class="memitem">
  333. <div class="memproto">
  334. <table class="memname">
  335. <tr>
  336. <td class="memname">typedef detail::tmat3x3&lt;highp_float&gt; highp_mat3</td>
  337. </tr>
  338. </table>
  339. </div>
  340. <div class="memdoc">
  341. <p>3 columns of 3 components matrix of high precision floating-point numbers. </p>
  342. <p>There is no guarantee on the actual precision.</p>
  343. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  344. <dd>
  345. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  346. <p>Definition at line <a class="el" href="a00102_source.html#l00290">290</a> of file <a class="el" href="a00102_source.html">type_mat3x3.hpp</a>.</p>
  347. </div>
  348. </div>
  349. <a class="anchor" id="gae5e017b25e88ff5c61f4538a2dd5647a"></a><!-- doxytag: member="glm::highp_mat3x2" ref="gae5e017b25e88ff5c61f4538a2dd5647a" args="" -->
  350. <div class="memitem">
  351. <div class="memproto">
  352. <table class="memname">
  353. <tr>
  354. <td class="memname">typedef detail::tmat3x2&lt;highp_float&gt; highp_mat3x2</td>
  355. </tr>
  356. </table>
  357. </div>
  358. <div class="memdoc">
  359. <p>3 columns of 2 components matrix of high precision floating-point numbers. </p>
  360. <p>There is no guarantee on the actual precision.</p>
  361. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  362. <dd>
  363. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  364. <p>Definition at line <a class="el" href="a00101_source.html#l00258">258</a> of file <a class="el" href="a00101_source.html">type_mat3x2.hpp</a>.</p>
  365. </div>
  366. </div>
  367. <a class="anchor" id="ga20aa8e5c6061576079c10e86cd743c8d"></a><!-- doxytag: member="glm::highp_mat3x3" ref="ga20aa8e5c6061576079c10e86cd743c8d" args="" -->
  368. <div class="memitem">
  369. <div class="memproto">
  370. <table class="memname">
  371. <tr>
  372. <td class="memname">typedef detail::tmat3x3&lt;highp_float&gt; highp_mat3x3</td>
  373. </tr>
  374. </table>
  375. </div>
  376. <div class="memdoc">
  377. <p>3 columns of 3 components matrix of high precision floating-point numbers. </p>
  378. <p>There is no guarantee on the actual precision.</p>
  379. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  380. <dd>
  381. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  382. <p>Definition at line <a class="el" href="a00102_source.html#l00311">311</a> of file <a class="el" href="a00102_source.html">type_mat3x3.hpp</a>.</p>
  383. </div>
  384. </div>
  385. <a class="anchor" id="ga8efc769b3edb7a3f420d6344e2308c72"></a><!-- doxytag: member="glm::highp_mat3x4" ref="ga8efc769b3edb7a3f420d6344e2308c72" args="" -->
  386. <div class="memitem">
  387. <div class="memproto">
  388. <table class="memname">
  389. <tr>
  390. <td class="memname">typedef detail::tmat3x4&lt;highp_float&gt; highp_mat3x4</td>
  391. </tr>
  392. </table>
  393. </div>
  394. <div class="memdoc">
  395. <p>3 columns of 4 components matrix of high precision floating-point numbers. </p>
  396. <p>There is no guarantee on the actual precision.</p>
  397. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  398. <dd>
  399. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  400. <p>Definition at line <a class="el" href="a00103_source.html#l00258">258</a> of file <a class="el" href="a00103_source.html">type_mat3x4.hpp</a>.</p>
  401. </div>
  402. </div>
  403. <a class="anchor" id="ga6e0882bb7c778ee27596e1cbe70cad1a"></a><!-- doxytag: member="glm::highp_mat4" ref="ga6e0882bb7c778ee27596e1cbe70cad1a" args="" -->
  404. <div class="memitem">
  405. <div class="memproto">
  406. <table class="memname">
  407. <tr>
  408. <td class="memname">typedef detail::tmat4x4&lt;highp_float&gt; highp_mat4</td>
  409. </tr>
  410. </table>
  411. </div>
  412. <div class="memdoc">
  413. <p>4 columns of 4 components matrix of high precision floating-point numbers. </p>
  414. <p>There is no guarantee on the actual precision.</p>
  415. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  416. <dd>
  417. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  418. <p>Definition at line <a class="el" href="a00106_source.html#l00291">291</a> of file <a class="el" href="a00106_source.html">type_mat4x4.hpp</a>.</p>
  419. </div>
  420. </div>
  421. <a class="anchor" id="ga3178de2c189bfdda4c73d6af8017f5d3"></a><!-- doxytag: member="glm::highp_mat4x2" ref="ga3178de2c189bfdda4c73d6af8017f5d3" args="" -->
  422. <div class="memitem">
  423. <div class="memproto">
  424. <table class="memname">
  425. <tr>
  426. <td class="memname">typedef detail::tmat4x2&lt;highp_float&gt; highp_mat4x2</td>
  427. </tr>
  428. </table>
  429. </div>
  430. <div class="memdoc">
  431. <p>4 columns of 2 components matrix of high precision floating-point numbers. </p>
  432. <p>There is no guarantee on the actual precision.</p>
  433. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  434. <dd>
  435. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  436. <p>Definition at line <a class="el" href="a00104_source.html#l00263">263</a> of file <a class="el" href="a00104_source.html">type_mat4x2.hpp</a>.</p>
  437. </div>
  438. </div>
  439. <a class="anchor" id="ga00d8bf8ebaab7d6647a3b7f73ae324af"></a><!-- doxytag: member="glm::highp_mat4x3" ref="ga00d8bf8ebaab7d6647a3b7f73ae324af" args="" -->
  440. <div class="memitem">
  441. <div class="memproto">
  442. <table class="memname">
  443. <tr>
  444. <td class="memname">typedef detail::tmat4x3&lt;highp_float&gt; highp_mat4x3</td>
  445. </tr>
  446. </table>
  447. </div>
  448. <div class="memdoc">
  449. <p>4 columns of 3 components matrix of high precision floating-point numbers. </p>
  450. <p>There is no guarantee on the actual precision.</p>
  451. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  452. <dd>
  453. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  454. <p>Definition at line <a class="el" href="a00105_source.html#l00261">261</a> of file <a class="el" href="a00105_source.html">type_mat4x3.hpp</a>.</p>
  455. </div>
  456. </div>
  457. <a class="anchor" id="gadd2ef277f86f6fa29804a22d1eb7d662"></a><!-- doxytag: member="glm::highp_mat4x4" ref="gadd2ef277f86f6fa29804a22d1eb7d662" args="" -->
  458. <div class="memitem">
  459. <div class="memproto">
  460. <table class="memname">
  461. <tr>
  462. <td class="memname">typedef detail::tmat4x4&lt;highp_float&gt; highp_mat4x4</td>
  463. </tr>
  464. </table>
  465. </div>
  466. <div class="memdoc">
  467. <p>4 columns of 4 components matrix of high precision floating-point numbers. </p>
  468. <p>There is no guarantee on the actual precision.</p>
  469. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  470. <dd>
  471. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  472. <p>Definition at line <a class="el" href="a00106_source.html#l00312">312</a> of file <a class="el" href="a00106_source.html">type_mat4x4.hpp</a>.</p>
  473. </div>
  474. </div>
  475. <a class="anchor" id="ga73e8a694d7fc69143cf25161d18d1dcf"></a><!-- doxytag: member="glm::highp_uint" ref="ga73e8a694d7fc69143cf25161d18d1dcf" args="" -->
  476. <div class="memitem">
  477. <div class="memproto">
  478. <table class="memname">
  479. <tr>
  480. <td class="memname">typedef detail::highp_uint_t highp_uint</td>
  481. </tr>
  482. </table>
  483. </div>
  484. <div class="memdoc">
  485. <p>High precision unsigned integer. </p>
  486. <p>There is no guarantee on the actual precision.</p>
  487. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.3 Integers</a> </dd>
  488. <dd>
  489. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  490. <p>Definition at line <a class="el" href="a00096_source.html#l00102">102</a> of file <a class="el" href="a00096_source.html">type_int.hpp</a>.</p>
  491. </div>
  492. </div>
  493. <a class="anchor" id="gad4a5243fc438d0f2efbc22d075b4e399"></a><!-- doxytag: member="glm::highp_uvec2" ref="gad4a5243fc438d0f2efbc22d075b4e399" args="" -->
  494. <div class="memitem">
  495. <div class="memproto">
  496. <table class="memname">
  497. <tr>
  498. <td class="memname">typedef detail::tvec2&lt;highp_uint&gt; highp_uvec2</td>
  499. </tr>
  500. </table>
  501. </div>
  502. <div class="memdoc">
  503. <p>2 components vector of high precision unsigned integer numbers. </p>
  504. <p>There is no guarantee on the actual precision.</p>
  505. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.5 Vectors</a> </dd>
  506. <dd>
  507. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  508. <p>Definition at line <a class="el" href="a00112_source.html#l00296">296</a> of file <a class="el" href="a00112_source.html">type_vec2.hpp</a>.</p>
  509. </div>
  510. </div>
  511. <a class="anchor" id="gaf4b32075ad193e4f47c8bfc367593d8c"></a><!-- doxytag: member="glm::highp_uvec3" ref="gaf4b32075ad193e4f47c8bfc367593d8c" args="" -->
  512. <div class="memitem">
  513. <div class="memproto">
  514. <table class="memname">
  515. <tr>
  516. <td class="memname">typedef detail::tvec3&lt;highp_uint&gt; highp_uvec3</td>
  517. </tr>
  518. </table>
  519. </div>
  520. <div class="memdoc">
  521. <p>3 components vector of high precision unsigned integer numbers. </p>
  522. <p>There is no guarantee on the actual precision.</p>
  523. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.5 Vectors</a> </dd>
  524. <dd>
  525. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  526. <p>Definition at line <a class="el" href="a00113_source.html#l00321">321</a> of file <a class="el" href="a00113_source.html">type_vec3.hpp</a>.</p>
  527. </div>
  528. </div>
  529. <a class="anchor" id="ga5ad6375e810e3050a6c845b600422b70"></a><!-- doxytag: member="glm::highp_uvec4" ref="ga5ad6375e810e3050a6c845b600422b70" args="" -->
  530. <div class="memitem">
  531. <div class="memproto">
  532. <table class="memname">
  533. <tr>
  534. <td class="memname">typedef detail::tvec4&lt;highp_uint&gt; highp_uvec4</td>
  535. </tr>
  536. </table>
  537. </div>
  538. <div class="memdoc">
  539. <p>4 components vector of high precision unsigned integer numbers. </p>
  540. <p>There is no guarantee on the actual precision.</p>
  541. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.5 Vectors</a> </dd>
  542. <dd>
  543. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  544. <p>Definition at line <a class="el" href="a00114_source.html#l00378">378</a> of file <a class="el" href="a00114_source.html">type_vec4.hpp</a>.</p>
  545. </div>
  546. </div>
  547. <a class="anchor" id="ga9b65d7afd0783a02f5b3d1b75d1d872e"></a><!-- doxytag: member="glm::highp_vec2" ref="ga9b65d7afd0783a02f5b3d1b75d1d872e" args="" -->
  548. <div class="memitem">
  549. <div class="memproto">
  550. <table class="memname">
  551. <tr>
  552. <td class="memname">typedef detail::tvec2&lt;highp_float&gt; highp_vec2</td>
  553. </tr>
  554. </table>
  555. </div>
  556. <div class="memdoc">
  557. <p>2 components vector of high precision floating-point numbers. </p>
  558. <p>There is no guarantee on the actual precision.</p>
  559. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.5 Vectors</a> </dd>
  560. <dd>
  561. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  562. <p>Definition at line <a class="el" href="a00112_source.html#l00254">254</a> of file <a class="el" href="a00112_source.html">type_vec2.hpp</a>.</p>
  563. </div>
  564. </div>
  565. <a class="anchor" id="ga0d3129f5f6644cb7552f520ff0dfa789"></a><!-- doxytag: member="glm::highp_vec3" ref="ga0d3129f5f6644cb7552f520ff0dfa789" args="" -->
  566. <div class="memitem">
  567. <div class="memproto">
  568. <table class="memname">
  569. <tr>
  570. <td class="memname">typedef detail::tvec3&lt;highp_float&gt; highp_vec3</td>
  571. </tr>
  572. </table>
  573. </div>
  574. <div class="memdoc">
  575. <p>3 components vector of high precision floating-point numbers. </p>
  576. <p>There is no guarantee on the actual precision.</p>
  577. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.5 Vectors</a> </dd>
  578. <dd>
  579. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  580. <p>Definition at line <a class="el" href="a00113_source.html#l00279">279</a> of file <a class="el" href="a00113_source.html">type_vec3.hpp</a>.</p>
  581. </div>
  582. </div>
  583. <a class="anchor" id="gaaef692a5e2eae7dad32ca2f8ed0d16d8"></a><!-- doxytag: member="glm::highp_vec4" ref="gaaef692a5e2eae7dad32ca2f8ed0d16d8" args="" -->
  584. <div class="memitem">
  585. <div class="memproto">
  586. <table class="memname">
  587. <tr>
  588. <td class="memname">typedef detail::tvec4&lt;highp_float&gt; highp_vec4</td>
  589. </tr>
  590. </table>
  591. </div>
  592. <div class="memdoc">
  593. <p>4 components vector of high precision floating-point numbers. </p>
  594. <p>There is no guarantee on the actual precision.</p>
  595. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.5 Vectors</a> </dd>
  596. <dd>
  597. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  598. <p>Definition at line <a class="el" href="a00114_source.html#l00336">336</a> of file <a class="el" href="a00114_source.html">type_vec4.hpp</a>.</p>
  599. </div>
  600. </div>
  601. <a class="anchor" id="ga358d69e11b1c0f6c7c469e0d39ab7fd1"></a><!-- doxytag: member="glm::lowp_float" ref="ga358d69e11b1c0f6c7c469e0d39ab7fd1" args="" -->
  602. <div class="memitem">
  603. <div class="memproto">
  604. <table class="memname">
  605. <tr>
  606. <td class="memname">typedef lowp_float_t lowp_float</td>
  607. </tr>
  608. </table>
  609. </div>
  610. <div class="memdoc">
  611. <p>Low precision floating-point numbers. </p>
  612. <p>There is no guarantee on the actual precision. </p>
  613. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.4 Floats</a> </dd>
  614. <dd>
  615. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  616. <p>Definition at line <a class="el" href="a00093_source.html#l00053">53</a> of file <a class="el" href="a00093_source.html">type_float.hpp</a>.</p>
  617. </div>
  618. </div>
  619. <a class="anchor" id="gad0fa1e32e8b3552ed63556eca51c620e"></a><!-- doxytag: member="glm::lowp_int" ref="gad0fa1e32e8b3552ed63556eca51c620e" args="" -->
  620. <div class="memitem">
  621. <div class="memproto">
  622. <table class="memname">
  623. <tr>
  624. <td class="memname">typedef detail::lowp_int_t lowp_int</td>
  625. </tr>
  626. </table>
  627. </div>
  628. <div class="memdoc">
  629. <p>Low precision signed integer. </p>
  630. <p>There is no guarantee on the actual precision.</p>
  631. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.3 Integers</a> </dd>
  632. <dd>
  633. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  634. <p>Definition at line <a class="el" href="a00096_source.html#l00067">67</a> of file <a class="el" href="a00096_source.html">type_int.hpp</a>.</p>
  635. </div>
  636. </div>
  637. <a class="anchor" id="ga26364654fd75ba6c7f11a65967a7fbee"></a><!-- doxytag: member="glm::lowp_ivec2" ref="ga26364654fd75ba6c7f11a65967a7fbee" args="" -->
  638. <div class="memitem">
  639. <div class="memproto">
  640. <table class="memname">
  641. <tr>
  642. <td class="memname">typedef detail::tvec2&lt;lowp_int&gt; lowp_ivec2</td>
  643. </tr>
  644. </table>
  645. </div>
  646. <div class="memdoc">
  647. <p>2 components vector of low precision signed integer numbers. </p>
  648. <p>There is no guarantee on the actual precision.</p>
  649. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.5 Vectors</a> </dd>
  650. <dd>
  651. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  652. <p>Definition at line <a class="el" href="a00112_source.html#l00289">289</a> of file <a class="el" href="a00112_source.html">type_vec2.hpp</a>.</p>
  653. </div>
  654. </div>
  655. <a class="anchor" id="gac246e3a1a470974283d6618ad77fd477"></a><!-- doxytag: member="glm::lowp_ivec3" ref="gac246e3a1a470974283d6618ad77fd477" args="" -->
  656. <div class="memitem">
  657. <div class="memproto">
  658. <table class="memname">
  659. <tr>
  660. <td class="memname">typedef detail::tvec3&lt;lowp_int&gt; lowp_ivec3</td>
  661. </tr>
  662. </table>
  663. </div>
  664. <div class="memdoc">
  665. <p>3 components vector of low precision signed integer numbers. </p>
  666. <p>There is no guarantee on the actual precision.</p>
  667. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.5 Vectors</a> </dd>
  668. <dd>
  669. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  670. <p>Definition at line <a class="el" href="a00113_source.html#l00314">314</a> of file <a class="el" href="a00113_source.html">type_vec3.hpp</a>.</p>
  671. </div>
  672. </div>
  673. <a class="anchor" id="gafc7521507e40fbc269149475a725dbbe"></a><!-- doxytag: member="glm::lowp_ivec4" ref="gafc7521507e40fbc269149475a725dbbe" args="" -->
  674. <div class="memitem">
  675. <div class="memproto">
  676. <table class="memname">
  677. <tr>
  678. <td class="memname">typedef detail::tvec4&lt;lowp_int&gt; lowp_ivec4</td>
  679. </tr>
  680. </table>
  681. </div>
  682. <div class="memdoc">
  683. <p>4 components vector of low precision signed integer numbers. </p>
  684. <p>There is no guarantee on the actual precision.</p>
  685. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.5 Vectors</a> </dd>
  686. <dd>
  687. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  688. <p>Definition at line <a class="el" href="a00114_source.html#l00371">371</a> of file <a class="el" href="a00114_source.html">type_vec4.hpp</a>.</p>
  689. </div>
  690. </div>
  691. <a class="anchor" id="gaee10b4a3cac178528f8e56c90313094a"></a><!-- doxytag: member="glm::lowp_mat2" ref="gaee10b4a3cac178528f8e56c90313094a" args="" -->
  692. <div class="memitem">
  693. <div class="memproto">
  694. <table class="memname">
  695. <tr>
  696. <td class="memname">typedef detail::tmat2x2&lt;lowp_float&gt; lowp_mat2</td>
  697. </tr>
  698. </table>
  699. </div>
  700. <div class="memdoc">
  701. <p>2 columns of 2 components matrix of low precision floating-point numbers. </p>
  702. <p>There is no guarantee on the actual precision.</p>
  703. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  704. <dd>
  705. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  706. <p>Definition at line <a class="el" href="a00098_source.html#l00272">272</a> of file <a class="el" href="a00098_source.html">type_mat2x2.hpp</a>.</p>
  707. </div>
  708. </div>
  709. <a class="anchor" id="ga8b49c3aa6665011440c32c281b2032c0"></a><!-- doxytag: member="glm::lowp_mat2x2" ref="ga8b49c3aa6665011440c32c281b2032c0" args="" -->
  710. <div class="memitem">
  711. <div class="memproto">
  712. <table class="memname">
  713. <tr>
  714. <td class="memname">typedef detail::tmat2x2&lt;lowp_float&gt; lowp_mat2x2</td>
  715. </tr>
  716. </table>
  717. </div>
  718. <div class="memdoc">
  719. <p>2 columns of 2 components matrix of low precision floating-point numbers. </p>
  720. <p>There is no guarantee on the actual precision.</p>
  721. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  722. <dd>
  723. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  724. <p>Definition at line <a class="el" href="a00098_source.html#l00293">293</a> of file <a class="el" href="a00098_source.html">type_mat2x2.hpp</a>.</p>
  725. </div>
  726. </div>
  727. <a class="anchor" id="ga0b32355a31b4c14e98f69b43a9077456"></a><!-- doxytag: member="glm::lowp_mat2x3" ref="ga0b32355a31b4c14e98f69b43a9077456" args="" -->
  728. <div class="memitem">
  729. <div class="memproto">
  730. <table class="memname">
  731. <tr>
  732. <td class="memname">typedef detail::tmat2x3&lt;lowp_float&gt; lowp_mat2x3</td>
  733. </tr>
  734. </table>
  735. </div>
  736. <div class="memdoc">
  737. <p>2 columns of 3 components matrix of low precision floating-point numbers. </p>
  738. <p>There is no guarantee on the actual precision.</p>
  739. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  740. <dd>
  741. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  742. <p>Definition at line <a class="el" href="a00099_source.html#l00236">236</a> of file <a class="el" href="a00099_source.html">type_mat2x3.hpp</a>.</p>
  743. </div>
  744. </div>
  745. <a class="anchor" id="gaf95b55f8954834b05b5463bc153deae5"></a><!-- doxytag: member="glm::lowp_mat2x4" ref="gaf95b55f8954834b05b5463bc153deae5" args="" -->
  746. <div class="memitem">
  747. <div class="memproto">
  748. <table class="memname">
  749. <tr>
  750. <td class="memname">typedef detail::tmat2x4&lt;lowp_float&gt; lowp_mat2x4</td>
  751. </tr>
  752. </table>
  753. </div>
  754. <div class="memdoc">
  755. <p>2 columns of 4 components matrix of low precision floating-point numbers. </p>
  756. <p>There is no guarantee on the actual precision.</p>
  757. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  758. <dd>
  759. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  760. <p>Definition at line <a class="el" href="a00100_source.html#l00238">238</a> of file <a class="el" href="a00100_source.html">type_mat2x4.hpp</a>.</p>
  761. </div>
  762. </div>
  763. <a class="anchor" id="ga5bbef8a57946dd7a91c9e0260d9edfbf"></a><!-- doxytag: member="glm::lowp_mat3" ref="ga5bbef8a57946dd7a91c9e0260d9edfbf" args="" -->
  764. <div class="memitem">
  765. <div class="memproto">
  766. <table class="memname">
  767. <tr>
  768. <td class="memname">typedef detail::tmat3x3&lt;lowp_float&gt; lowp_mat3</td>
  769. </tr>
  770. </table>
  771. </div>
  772. <div class="memdoc">
  773. <p>3 columns of 3 components matrix of low precision floating-point numbers. </p>
  774. <p>There is no guarantee on the actual precision.</p>
  775. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  776. <dd>
  777. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  778. <p>Definition at line <a class="el" href="a00102_source.html#l00276">276</a> of file <a class="el" href="a00102_source.html">type_mat3x3.hpp</a>.</p>
  779. </div>
  780. </div>
  781. <a class="anchor" id="ga745259412efbd5e07b1a4062190e3135"></a><!-- doxytag: member="glm::lowp_mat3x2" ref="ga745259412efbd5e07b1a4062190e3135" args="" -->
  782. <div class="memitem">
  783. <div class="memproto">
  784. <table class="memname">
  785. <tr>
  786. <td class="memname">typedef detail::tmat3x2&lt;lowp_float&gt; lowp_mat3x2</td>
  787. </tr>
  788. </table>
  789. </div>
  790. <div class="memdoc">
  791. <p>3 columns of 2 components matrix of low precision floating-point numbers. </p>
  792. <p>There is no guarantee on the actual precision.</p>
  793. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  794. <dd>
  795. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  796. <p>Definition at line <a class="el" href="a00101_source.html#l00244">244</a> of file <a class="el" href="a00101_source.html">type_mat3x2.hpp</a>.</p>
  797. </div>
  798. </div>
  799. <a class="anchor" id="ga0bb652c1f4401b9b3359ae6b2bf13678"></a><!-- doxytag: member="glm::lowp_mat3x3" ref="ga0bb652c1f4401b9b3359ae6b2bf13678" args="" -->
  800. <div class="memitem">
  801. <div class="memproto">
  802. <table class="memname">
  803. <tr>
  804. <td class="memname">typedef detail::tmat3x3&lt;lowp_float&gt; lowp_mat3x3</td>
  805. </tr>
  806. </table>
  807. </div>
  808. <div class="memdoc">
  809. <p>3 columns of 3 components matrix of low precision floating-point numbers. </p>
  810. <p>There is no guarantee on the actual precision.</p>
  811. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  812. <dd>
  813. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  814. <p>Definition at line <a class="el" href="a00102_source.html#l00297">297</a> of file <a class="el" href="a00102_source.html">type_mat3x3.hpp</a>.</p>
  815. </div>
  816. </div>
  817. <a class="anchor" id="ga2e7a430ab7df03b63b5c7b776f7675a1"></a><!-- doxytag: member="glm::lowp_mat3x4" ref="ga2e7a430ab7df03b63b5c7b776f7675a1" args="" -->
  818. <div class="memitem">
  819. <div class="memproto">
  820. <table class="memname">
  821. <tr>
  822. <td class="memname">typedef detail::tmat3x4&lt;lowp_float&gt; lowp_mat3x4</td>
  823. </tr>
  824. </table>
  825. </div>
  826. <div class="memdoc">
  827. <p>3 columns of 4 components matrix of low precision floating-point numbers. </p>
  828. <p>There is no guarantee on the actual precision.</p>
  829. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  830. <dd>
  831. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  832. <p>Definition at line <a class="el" href="a00103_source.html#l00244">244</a> of file <a class="el" href="a00103_source.html">type_mat3x4.hpp</a>.</p>
  833. </div>
  834. </div>
  835. <a class="anchor" id="ga4954a51c5507e62185d6d82dc39016a5"></a><!-- doxytag: member="glm::lowp_mat4" ref="ga4954a51c5507e62185d6d82dc39016a5" args="" -->
  836. <div class="memitem">
  837. <div class="memproto">
  838. <table class="memname">
  839. <tr>
  840. <td class="memname">typedef detail::tmat4x4&lt;lowp_float&gt; lowp_mat4</td>
  841. </tr>
  842. </table>
  843. </div>
  844. <div class="memdoc">
  845. <p>4 columns of 4 components matrix of low precision floating-point numbers. </p>
  846. <p>There is no guarantee on the actual precision.</p>
  847. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  848. <dd>
  849. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  850. <p>Definition at line <a class="el" href="a00106_source.html#l00277">277</a> of file <a class="el" href="a00106_source.html">type_mat4x4.hpp</a>.</p>
  851. </div>
  852. </div>
  853. <a class="anchor" id="gac88de3260a910584e02b98f087a34502"></a><!-- doxytag: member="glm::lowp_mat4x2" ref="gac88de3260a910584e02b98f087a34502" args="" -->
  854. <div class="memitem">
  855. <div class="memproto">
  856. <table class="memname">
  857. <tr>
  858. <td class="memname">typedef detail::tmat4x2&lt;lowp_float&gt; lowp_mat4x2</td>
  859. </tr>
  860. </table>
  861. </div>
  862. <div class="memdoc">
  863. <p>4 columns of 2 components matrix of low precision floating-point numbers. </p>
  864. <p>There is no guarantee on the actual precision.</p>
  865. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  866. <dd>
  867. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  868. <p>Definition at line <a class="el" href="a00104_source.html#l00249">249</a> of file <a class="el" href="a00104_source.html">type_mat4x2.hpp</a>.</p>
  869. </div>
  870. </div>
  871. <a class="anchor" id="ga0072cb659f9360a7bb2c3e6646609ad7"></a><!-- doxytag: member="glm::lowp_mat4x3" ref="ga0072cb659f9360a7bb2c3e6646609ad7" args="" -->
  872. <div class="memitem">
  873. <div class="memproto">
  874. <table class="memname">
  875. <tr>
  876. <td class="memname">typedef detail::tmat4x3&lt;lowp_float&gt; lowp_mat4x3</td>
  877. </tr>
  878. </table>
  879. </div>
  880. <div class="memdoc">
  881. <p>4 columns of 3 components matrix of low precision floating-point numbers. </p>
  882. <p>There is no guarantee on the actual precision.</p>
  883. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  884. <dd>
  885. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  886. <p>Definition at line <a class="el" href="a00105_source.html#l00247">247</a> of file <a class="el" href="a00105_source.html">type_mat4x3.hpp</a>.</p>
  887. </div>
  888. </div>
  889. <a class="anchor" id="gaae14374ee642a8d553ce64f17a4597b1"></a><!-- doxytag: member="glm::lowp_mat4x4" ref="gaae14374ee642a8d553ce64f17a4597b1" args="" -->
  890. <div class="memitem">
  891. <div class="memproto">
  892. <table class="memname">
  893. <tr>
  894. <td class="memname">typedef detail::tmat4x4&lt;lowp_float&gt; lowp_mat4x4</td>
  895. </tr>
  896. </table>
  897. </div>
  898. <div class="memdoc">
  899. <p>4 columns of 4 components matrix of low precision floating-point numbers. </p>
  900. <p>There is no guarantee on the actual precision.</p>
  901. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  902. <dd>
  903. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  904. <p>Definition at line <a class="el" href="a00106_source.html#l00298">298</a> of file <a class="el" href="a00106_source.html">type_mat4x4.hpp</a>.</p>
  905. </div>
  906. </div>
  907. <a class="anchor" id="ga25ebc60727fc8b4a1167665f9ecdca97"></a><!-- doxytag: member="glm::lowp_uint" ref="ga25ebc60727fc8b4a1167665f9ecdca97" args="" -->
  908. <div class="memitem">
  909. <div class="memproto">
  910. <table class="memname">
  911. <tr>
  912. <td class="memname">typedef detail::lowp_uint_t lowp_uint</td>
  913. </tr>
  914. </table>
  915. </div>
  916. <div class="memdoc">
  917. <p>Low precision unsigned integer. </p>
  918. <p>There is no guarantee on the actual precision.</p>
  919. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.3 Integers</a> </dd>
  920. <dd>
  921. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  922. <p>Definition at line <a class="el" href="a00096_source.html#l00088">88</a> of file <a class="el" href="a00096_source.html">type_int.hpp</a>.</p>
  923. </div>
  924. </div>
  925. <a class="anchor" id="ga9cb9b78162fca09f7ce9d08758f8b3c1"></a><!-- doxytag: member="glm::lowp_uvec2" ref="ga9cb9b78162fca09f7ce9d08758f8b3c1" args="" -->
  926. <div class="memitem">
  927. <div class="memproto">
  928. <table class="memname">
  929. <tr>
  930. <td class="memname">typedef detail::tvec2&lt;lowp_uint&gt; lowp_uvec2</td>
  931. </tr>
  932. </table>
  933. </div>
  934. <div class="memdoc">
  935. <p>2 components vector of low precision unsigned integer numbers. </p>
  936. <p>There is no guarantee on the actual precision.</p>
  937. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.5 Vectors</a> </dd>
  938. <dd>
  939. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  940. <p>Definition at line <a class="el" href="a00112_source.html#l00310">310</a> of file <a class="el" href="a00112_source.html">type_vec2.hpp</a>.</p>
  941. </div>
  942. </div>
  943. <a class="anchor" id="gaefdce0fe4ed79b26ed2b5f00bbf39075"></a><!-- doxytag: member="glm::lowp_uvec3" ref="gaefdce0fe4ed79b26ed2b5f00bbf39075" args="" -->
  944. <div class="memitem">
  945. <div class="memproto">
  946. <table class="memname">
  947. <tr>
  948. <td class="memname">typedef detail::tvec3&lt;lowp_uint&gt; lowp_uvec3</td>
  949. </tr>
  950. </table>
  951. </div>
  952. <div class="memdoc">
  953. <p>3 components vector of low precision unsigned integer numbers. </p>
  954. <p>There is no guarantee on the actual precision.</p>
  955. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.5 Vectors</a> </dd>
  956. <dd>
  957. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  958. <p>Definition at line <a class="el" href="a00113_source.html#l00335">335</a> of file <a class="el" href="a00113_source.html">type_vec3.hpp</a>.</p>
  959. </div>
  960. </div>
  961. <a class="anchor" id="ga3ebda7e36e3948ceea0cbc90061c643d"></a><!-- doxytag: member="glm::lowp_uvec4" ref="ga3ebda7e36e3948ceea0cbc90061c643d" args="" -->
  962. <div class="memitem">
  963. <div class="memproto">
  964. <table class="memname">
  965. <tr>
  966. <td class="memname">typedef detail::tvec4&lt;lowp_uint&gt; lowp_uvec4</td>
  967. </tr>
  968. </table>
  969. </div>
  970. <div class="memdoc">
  971. <p>4 components vector of low precision unsigned integer numbers. </p>
  972. <p>There is no guarantee on the actual precision.</p>
  973. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.5 Vectors</a> </dd>
  974. <dd>
  975. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  976. <p>Definition at line <a class="el" href="a00114_source.html#l00392">392</a> of file <a class="el" href="a00114_source.html">type_vec4.hpp</a>.</p>
  977. </div>
  978. </div>
  979. <a class="anchor" id="ga4df6c67742cd65d6d0a885b3a539d9ff"></a><!-- doxytag: member="glm::lowp_vec2" ref="ga4df6c67742cd65d6d0a885b3a539d9ff" args="" -->
  980. <div class="memitem">
  981. <div class="memproto">
  982. <table class="memname">
  983. <tr>
  984. <td class="memname">typedef detail::tvec2&lt;lowp_float&gt; lowp_vec2</td>
  985. </tr>
  986. </table>
  987. </div>
  988. <div class="memdoc">
  989. <p>2 components vector of low precision floating-point numbers. </p>
  990. <p>There is no guarantee on the actual precision.</p>
  991. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.5 Vectors</a> </dd>
  992. <dd>
  993. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  994. <p>Definition at line <a class="el" href="a00112_source.html#l00268">268</a> of file <a class="el" href="a00112_source.html">type_vec2.hpp</a>.</p>
  995. </div>
  996. </div>
  997. <a class="anchor" id="gab9e39d9db144322c1ad30ab3141084ad"></a><!-- doxytag: member="glm::lowp_vec3" ref="gab9e39d9db144322c1ad30ab3141084ad" args="" -->
  998. <div class="memitem">
  999. <div class="memproto">
  1000. <table class="memname">
  1001. <tr>
  1002. <td class="memname">typedef detail::tvec3&lt;lowp_float&gt; lowp_vec3</td>
  1003. </tr>
  1004. </table>
  1005. </div>
  1006. <div class="memdoc">
  1007. <p>3 components vector of low precision floating-point numbers. </p>
  1008. <p>There is no guarantee on the actual precision.</p>
  1009. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.5 Vectors</a> </dd>
  1010. <dd>
  1011. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  1012. <p>Definition at line <a class="el" href="a00113_source.html#l00293">293</a> of file <a class="el" href="a00113_source.html">type_vec3.hpp</a>.</p>
  1013. </div>
  1014. </div>
  1015. <a class="anchor" id="ga653b0bf7ff2cb590f6e1338682fd0327"></a><!-- doxytag: member="glm::lowp_vec4" ref="ga653b0bf7ff2cb590f6e1338682fd0327" args="" -->
  1016. <div class="memitem">
  1017. <div class="memproto">
  1018. <table class="memname">
  1019. <tr>
  1020. <td class="memname">typedef detail::tvec4&lt;lowp_float&gt; lowp_vec4</td>
  1021. </tr>
  1022. </table>
  1023. </div>
  1024. <div class="memdoc">
  1025. <p>4 components vector of low precision floating-point numbers. </p>
  1026. <p>There is no guarantee on the actual precision.</p>
  1027. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.5 Vectors</a> </dd>
  1028. <dd>
  1029. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  1030. <p>Definition at line <a class="el" href="a00114_source.html#l00350">350</a> of file <a class="el" href="a00114_source.html">type_vec4.hpp</a>.</p>
  1031. </div>
  1032. </div>
  1033. <a class="anchor" id="ga280c68f537f4b1e03a00b23e62573b98"></a><!-- doxytag: member="glm::mediump_float" ref="ga280c68f537f4b1e03a00b23e62573b98" args="" -->
  1034. <div class="memitem">
  1035. <div class="memproto">
  1036. <table class="memname">
  1037. <tr>
  1038. <td class="memname">typedef mediump_float_t mediump_float</td>
  1039. </tr>
  1040. </table>
  1041. </div>
  1042. <div class="memdoc">
  1043. <p>Medium precision floating-point numbers. </p>
  1044. <p>There is no guarantee on the actual precision. </p>
  1045. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.4 Floats</a> </dd>
  1046. <dd>
  1047. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  1048. <p>Definition at line <a class="el" href="a00093_source.html#l00060">60</a> of file <a class="el" href="a00093_source.html">type_float.hpp</a>.</p>
  1049. </div>
  1050. </div>
  1051. <a class="anchor" id="ga212ef8f883878cb7430228a279a7d866"></a><!-- doxytag: member="glm::mediump_int" ref="ga212ef8f883878cb7430228a279a7d866" args="" -->
  1052. <div class="memitem">
  1053. <div class="memproto">
  1054. <table class="memname">
  1055. <tr>
  1056. <td class="memname">typedef detail::mediump_int_t mediump_int</td>
  1057. </tr>
  1058. </table>
  1059. </div>
  1060. <div class="memdoc">
  1061. <p>Medium precision signed integer. </p>
  1062. <p>There is no guarantee on the actual precision.</p>
  1063. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.3 Integers</a> </dd>
  1064. <dd>
  1065. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  1066. <p>Definition at line <a class="el" href="a00096_source.html#l00074">74</a> of file <a class="el" href="a00096_source.html">type_int.hpp</a>.</p>
  1067. </div>
  1068. </div>
  1069. <a class="anchor" id="ga269315792504783f450b829161f2bccf"></a><!-- doxytag: member="glm::mediump_ivec2" ref="ga269315792504783f450b829161f2bccf" args="" -->
  1070. <div class="memitem">
  1071. <div class="memproto">
  1072. <table class="memname">
  1073. <tr>
  1074. <td class="memname">typedef detail::tvec2&lt;mediump_int&gt; mediump_ivec2</td>
  1075. </tr>
  1076. </table>
  1077. </div>
  1078. <div class="memdoc">
  1079. <p>2 components vector of medium precision signed integer numbers. </p>
  1080. <p>There is no guarantee on the actual precision.</p>
  1081. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.5 Vectors</a> </dd>
  1082. <dd>
  1083. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  1084. <p>Definition at line <a class="el" href="a00112_source.html#l00282">282</a> of file <a class="el" href="a00112_source.html">type_vec2.hpp</a>.</p>
  1085. </div>
  1086. </div>
  1087. <a class="anchor" id="ga1d8ae738ed79d71f8d381f472d366913"></a><!-- doxytag: member="glm::mediump_ivec3" ref="ga1d8ae738ed79d71f8d381f472d366913" args="" -->
  1088. <div class="memitem">
  1089. <div class="memproto">
  1090. <table class="memname">
  1091. <tr>
  1092. <td class="memname">typedef detail::tvec3&lt;mediump_int&gt; mediump_ivec3</td>
  1093. </tr>
  1094. </table>
  1095. </div>
  1096. <div class="memdoc">
  1097. <p>3 components vector of medium precision signed integer numbers. </p>
  1098. <p>There is no guarantee on the actual precision.</p>
  1099. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.5 Vectors</a> </dd>
  1100. <dd>
  1101. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  1102. <p>Definition at line <a class="el" href="a00113_source.html#l00307">307</a> of file <a class="el" href="a00113_source.html">type_vec3.hpp</a>.</p>
  1103. </div>
  1104. </div>
  1105. <a class="anchor" id="ga5f624d3f93fa1a197ba767f9b1d6d7aa"></a><!-- doxytag: member="glm::mediump_ivec4" ref="ga5f624d3f93fa1a197ba767f9b1d6d7aa" args="" -->
  1106. <div class="memitem">
  1107. <div class="memproto">
  1108. <table class="memname">
  1109. <tr>
  1110. <td class="memname">typedef detail::tvec4&lt;mediump_int&gt; mediump_ivec4</td>
  1111. </tr>
  1112. </table>
  1113. </div>
  1114. <div class="memdoc">
  1115. <p>4 components vector of medium precision signed integer numbers. </p>
  1116. <p>There is no guarantee on the actual precision.</p>
  1117. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.5 Vectors</a> </dd>
  1118. <dd>
  1119. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  1120. <p>Definition at line <a class="el" href="a00114_source.html#l00364">364</a> of file <a class="el" href="a00114_source.html">type_vec4.hpp</a>.</p>
  1121. </div>
  1122. </div>
  1123. <a class="anchor" id="ga42f1426987103b15613671b323e90e5c"></a><!-- doxytag: member="glm::mediump_mat2" ref="ga42f1426987103b15613671b323e90e5c" args="" -->
  1124. <div class="memitem">
  1125. <div class="memproto">
  1126. <table class="memname">
  1127. <tr>
  1128. <td class="memname">typedef detail::tmat2x2&lt;mediump_float&gt; mediump_mat2</td>
  1129. </tr>
  1130. </table>
  1131. </div>
  1132. <div class="memdoc">
  1133. <p>2 columns of 2 components matrix of medium precision floating-point numbers. </p>
  1134. <p>There is no guarantee on the actual precision.</p>
  1135. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  1136. <dd>
  1137. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  1138. <p>Definition at line <a class="el" href="a00098_source.html#l00279">279</a> of file <a class="el" href="a00098_source.html">type_mat2x2.hpp</a>.</p>
  1139. </div>
  1140. </div>
  1141. <a class="anchor" id="gaa5970a6f98990c15b7a3be7cc7b79f4f"></a><!-- doxytag: member="glm::mediump_mat2x2" ref="gaa5970a6f98990c15b7a3be7cc7b79f4f" args="" -->
  1142. <div class="memitem">
  1143. <div class="memproto">
  1144. <table class="memname">
  1145. <tr>
  1146. <td class="memname">typedef detail::tmat2x2&lt;mediump_float&gt; mediump_mat2x2</td>
  1147. </tr>
  1148. </table>
  1149. </div>
  1150. <div class="memdoc">
  1151. <p>2 columns of 2 components matrix of medium precision floating-point numbers. </p>
  1152. <p>There is no guarantee on the actual precision.</p>
  1153. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  1154. <dd>
  1155. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  1156. <p>Definition at line <a class="el" href="a00098_source.html#l00300">300</a> of file <a class="el" href="a00098_source.html">type_mat2x2.hpp</a>.</p>
  1157. </div>
  1158. </div>
  1159. <a class="anchor" id="gacceeb5355767eb306c12ea961b31e808"></a><!-- doxytag: member="glm::mediump_mat2x3" ref="gacceeb5355767eb306c12ea961b31e808" args="" -->
  1160. <div class="memitem">
  1161. <div class="memproto">
  1162. <table class="memname">
  1163. <tr>
  1164. <td class="memname">typedef detail::tmat2x3&lt;mediump_float&gt; mediump_mat2x3</td>
  1165. </tr>
  1166. </table>
  1167. </div>
  1168. <div class="memdoc">
  1169. <p>2 columns of 3 components matrix of medium precision floating-point numbers. </p>
  1170. <p>There is no guarantee on the actual precision.</p>
  1171. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  1172. <dd>
  1173. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  1174. <p>Definition at line <a class="el" href="a00099_source.html#l00243">243</a> of file <a class="el" href="a00099_source.html">type_mat2x3.hpp</a>.</p>
  1175. </div>
  1176. </div>
  1177. <a class="anchor" id="gabbec32a495b527df1796bb46f8cce516"></a><!-- doxytag: member="glm::mediump_mat2x4" ref="gabbec32a495b527df1796bb46f8cce516" args="" -->
  1178. <div class="memitem">
  1179. <div class="memproto">
  1180. <table class="memname">
  1181. <tr>
  1182. <td class="memname">typedef detail::tmat2x4&lt;mediump_float&gt; mediump_mat2x4</td>
  1183. </tr>
  1184. </table>
  1185. </div>
  1186. <div class="memdoc">
  1187. <p>2 columns of 4 components matrix of medium precision floating-point numbers. </p>
  1188. <p>There is no guarantee on the actual precision.</p>
  1189. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  1190. <dd>
  1191. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  1192. <p>Definition at line <a class="el" href="a00100_source.html#l00245">245</a> of file <a class="el" href="a00100_source.html">type_mat2x4.hpp</a>.</p>
  1193. </div>
  1194. </div>
  1195. <a class="anchor" id="ga0957c911430959270e296b6abf1463c3"></a><!-- doxytag: member="glm::mediump_mat3" ref="ga0957c911430959270e296b6abf1463c3" args="" -->
  1196. <div class="memitem">
  1197. <div class="memproto">
  1198. <table class="memname">
  1199. <tr>
  1200. <td class="memname">typedef detail::tmat3x3&lt;mediump_float&gt; mediump_mat3</td>
  1201. </tr>
  1202. </table>
  1203. </div>
  1204. <div class="memdoc">
  1205. <p>3 columns of 3 components matrix of medium precision floating-point numbers. </p>
  1206. <p>There is no guarantee on the actual precision.</p>
  1207. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  1208. <dd>
  1209. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  1210. <p>Definition at line <a class="el" href="a00102_source.html#l00283">283</a> of file <a class="el" href="a00102_source.html">type_mat3x3.hpp</a>.</p>
  1211. </div>
  1212. </div>
  1213. <a class="anchor" id="ga08c1cebbdb2cdfa0a62b23981db1c059"></a><!-- doxytag: member="glm::mediump_mat3x2" ref="ga08c1cebbdb2cdfa0a62b23981db1c059" args="" -->
  1214. <div class="memitem">
  1215. <div class="memproto">
  1216. <table class="memname">
  1217. <tr>
  1218. <td class="memname">typedef detail::tmat3x2&lt;mediump_float&gt; mediump_mat3x2</td>
  1219. </tr>
  1220. </table>
  1221. </div>
  1222. <div class="memdoc">
  1223. <p>3 columns of 2 components matrix of medium precision floating-point numbers. </p>
  1224. <p>There is no guarantee on the actual precision.</p>
  1225. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  1226. <dd>
  1227. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  1228. <p>Definition at line <a class="el" href="a00101_source.html#l00251">251</a> of file <a class="el" href="a00101_source.html">type_mat3x2.hpp</a>.</p>
  1229. </div>
  1230. </div>
  1231. <a class="anchor" id="ga76c68d8cad333d1f5ba1b20a40415cda"></a><!-- doxytag: member="glm::mediump_mat3x3" ref="ga76c68d8cad333d1f5ba1b20a40415cda" args="" -->
  1232. <div class="memitem">
  1233. <div class="memproto">
  1234. <table class="memname">
  1235. <tr>
  1236. <td class="memname">typedef detail::tmat3x3&lt;mediump_float&gt; mediump_mat3x3</td>
  1237. </tr>
  1238. </table>
  1239. </div>
  1240. <div class="memdoc">
  1241. <p>3 columns of 3 components matrix of medium precision floating-point numbers. </p>
  1242. <p>There is no guarantee on the actual precision.</p>
  1243. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  1244. <dd>
  1245. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  1246. <p>Definition at line <a class="el" href="a00102_source.html#l00304">304</a> of file <a class="el" href="a00102_source.html">type_mat3x3.hpp</a>.</p>
  1247. </div>
  1248. </div>
  1249. <a class="anchor" id="ga167125bb484e539a3c56f7b7aa0409f8"></a><!-- doxytag: member="glm::mediump_mat3x4" ref="ga167125bb484e539a3c56f7b7aa0409f8" args="" -->
  1250. <div class="memitem">
  1251. <div class="memproto">
  1252. <table class="memname">
  1253. <tr>
  1254. <td class="memname">typedef detail::tmat3x4&lt;mediump_float&gt; mediump_mat3x4</td>
  1255. </tr>
  1256. </table>
  1257. </div>
  1258. <div class="memdoc">
  1259. <p>3 columns of 4 components matrix of medium precision floating-point numbers. </p>
  1260. <p>There is no guarantee on the actual precision.</p>
  1261. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  1262. <dd>
  1263. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  1264. <p>Definition at line <a class="el" href="a00103_source.html#l00251">251</a> of file <a class="el" href="a00103_source.html">type_mat3x4.hpp</a>.</p>
  1265. </div>
  1266. </div>
  1267. <a class="anchor" id="gabb71589a7fc80f6ca0c134efb878338d"></a><!-- doxytag: member="glm::mediump_mat4" ref="gabb71589a7fc80f6ca0c134efb878338d" args="" -->
  1268. <div class="memitem">
  1269. <div class="memproto">
  1270. <table class="memname">
  1271. <tr>
  1272. <td class="memname">typedef detail::tmat4x4&lt;mediump_float&gt; mediump_mat4</td>
  1273. </tr>
  1274. </table>
  1275. </div>
  1276. <div class="memdoc">
  1277. <p>4 columns of 4 components matrix of medium precision floating-point numbers. </p>
  1278. <p>There is no guarantee on the actual precision.</p>
  1279. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  1280. <dd>
  1281. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  1282. <p>Definition at line <a class="el" href="a00106_source.html#l00284">284</a> of file <a class="el" href="a00106_source.html">type_mat4x4.hpp</a>.</p>
  1283. </div>
  1284. </div>
  1285. <a class="anchor" id="ga31b1d523c1dc83c0ef9cded942950666"></a><!-- doxytag: member="glm::mediump_mat4x2" ref="ga31b1d523c1dc83c0ef9cded942950666" args="" -->
  1286. <div class="memitem">
  1287. <div class="memproto">
  1288. <table class="memname">
  1289. <tr>
  1290. <td class="memname">typedef detail::tmat4x2&lt;mediump_float&gt; mediump_mat4x2</td>
  1291. </tr>
  1292. </table>
  1293. </div>
  1294. <div class="memdoc">
  1295. <p>4 columns of 2 components matrix of medium precision floating-point numbers. </p>
  1296. <p>There is no guarantee on the actual precision.</p>
  1297. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  1298. <dd>
  1299. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  1300. <p>Definition at line <a class="el" href="a00104_source.html#l00256">256</a> of file <a class="el" href="a00104_source.html">type_mat4x2.hpp</a>.</p>
  1301. </div>
  1302. </div>
  1303. <a class="anchor" id="ga236d4c1060c1ce9908d3de61b3d9334e"></a><!-- doxytag: member="glm::mediump_mat4x3" ref="ga236d4c1060c1ce9908d3de61b3d9334e" args="" -->
  1304. <div class="memitem">
  1305. <div class="memproto">
  1306. <table class="memname">
  1307. <tr>
  1308. <td class="memname">typedef detail::tmat4x3&lt;mediump_float&gt; mediump_mat4x3</td>
  1309. </tr>
  1310. </table>
  1311. </div>
  1312. <div class="memdoc">
  1313. <p>4 columns of 3 components matrix of medium precision floating-point numbers. </p>
  1314. <p>There is no guarantee on the actual precision.</p>
  1315. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  1316. <dd>
  1317. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  1318. <p>Definition at line <a class="el" href="a00105_source.html#l00254">254</a> of file <a class="el" href="a00105_source.html">type_mat4x3.hpp</a>.</p>
  1319. </div>
  1320. </div>
  1321. <a class="anchor" id="gad0e848d34a6838e413a41018228ded41"></a><!-- doxytag: member="glm::mediump_mat4x4" ref="gad0e848d34a6838e413a41018228ded41" args="" -->
  1322. <div class="memitem">
  1323. <div class="memproto">
  1324. <table class="memname">
  1325. <tr>
  1326. <td class="memname">typedef detail::tmat4x4&lt;mediump_float&gt; mediump_mat4x4</td>
  1327. </tr>
  1328. </table>
  1329. </div>
  1330. <div class="memdoc">
  1331. <p>4 columns of 4 components matrix of medium precision floating-point numbers. </p>
  1332. <p>There is no guarantee on the actual precision.</p>
  1333. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.6 Matrices</a> </dd>
  1334. <dd>
  1335. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  1336. <p>Definition at line <a class="el" href="a00106_source.html#l00305">305</a> of file <a class="el" href="a00106_source.html">type_mat4x4.hpp</a>.</p>
  1337. </div>
  1338. </div>
  1339. <a class="anchor" id="ga0b7e01c52b9e5bf3369761b79b5f4f8e"></a><!-- doxytag: member="glm::mediump_uint" ref="ga0b7e01c52b9e5bf3369761b79b5f4f8e" args="" -->
  1340. <div class="memitem">
  1341. <div class="memproto">
  1342. <table class="memname">
  1343. <tr>
  1344. <td class="memname">typedef detail::mediump_uint_t mediump_uint</td>
  1345. </tr>
  1346. </table>
  1347. </div>
  1348. <div class="memdoc">
  1349. <p>Medium precision unsigned integer. </p>
  1350. <p>There is no guarantee on the actual precision.</p>
  1351. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.3 Integers</a> </dd>
  1352. <dd>
  1353. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  1354. <p>Definition at line <a class="el" href="a00096_source.html#l00095">95</a> of file <a class="el" href="a00096_source.html">type_int.hpp</a>.</p>
  1355. </div>
  1356. </div>
  1357. <a class="anchor" id="ga5cd4f5f5667de09c7c12df85d138f599"></a><!-- doxytag: member="glm::mediump_uvec2" ref="ga5cd4f5f5667de09c7c12df85d138f599" args="" -->
  1358. <div class="memitem">
  1359. <div class="memproto">
  1360. <table class="memname">
  1361. <tr>
  1362. <td class="memname">typedef detail::tvec2&lt;mediump_uint&gt; mediump_uvec2</td>
  1363. </tr>
  1364. </table>
  1365. </div>
  1366. <div class="memdoc">
  1367. <p>2 components vector of medium precision unsigned integer numbers. </p>
  1368. <p>There is no guarantee on the actual precision.</p>
  1369. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.5 Vectors</a> </dd>
  1370. <dd>
  1371. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  1372. <p>Definition at line <a class="el" href="a00112_source.html#l00303">303</a> of file <a class="el" href="a00112_source.html">type_vec2.hpp</a>.</p>
  1373. </div>
  1374. </div>
  1375. <a class="anchor" id="ga70d49eff07e7988447c93a83f9f311b6"></a><!-- doxytag: member="glm::mediump_uvec3" ref="ga70d49eff07e7988447c93a83f9f311b6" args="" -->
  1376. <div class="memitem">
  1377. <div class="memproto">
  1378. <table class="memname">
  1379. <tr>
  1380. <td class="memname">typedef detail::tvec3&lt;mediump_uint&gt; mediump_uvec3</td>
  1381. </tr>
  1382. </table>
  1383. </div>
  1384. <div class="memdoc">
  1385. <p>3 components vector of medium precision unsigned integer numbers. </p>
  1386. <p>There is no guarantee on the actual precision.</p>
  1387. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.5 Vectors</a> </dd>
  1388. <dd>
  1389. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  1390. <p>Definition at line <a class="el" href="a00113_source.html#l00328">328</a> of file <a class="el" href="a00113_source.html">type_vec3.hpp</a>.</p>
  1391. </div>
  1392. </div>
  1393. <a class="anchor" id="ga4b2bc896ec01198bdc4f9dc896e5f06d"></a><!-- doxytag: member="glm::mediump_uvec4" ref="ga4b2bc896ec01198bdc4f9dc896e5f06d" args="" -->
  1394. <div class="memitem">
  1395. <div class="memproto">
  1396. <table class="memname">
  1397. <tr>
  1398. <td class="memname">typedef detail::tvec4&lt;mediump_uint&gt; mediump_uvec4</td>
  1399. </tr>
  1400. </table>
  1401. </div>
  1402. <div class="memdoc">
  1403. <p>4 components vector of medium precision unsigned integer numbers. </p>
  1404. <p>There is no guarantee on the actual precision.</p>
  1405. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.5 Vectors</a> </dd>
  1406. <dd>
  1407. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  1408. <p>Definition at line <a class="el" href="a00114_source.html#l00385">385</a> of file <a class="el" href="a00114_source.html">type_vec4.hpp</a>.</p>
  1409. </div>
  1410. </div>
  1411. <a class="anchor" id="ga9a8a10fce5852b088dd631b34e942b7d"></a><!-- doxytag: member="glm::mediump_vec2" ref="ga9a8a10fce5852b088dd631b34e942b7d" args="" -->
  1412. <div class="memitem">
  1413. <div class="memproto">
  1414. <table class="memname">
  1415. <tr>
  1416. <td class="memname">typedef detail::tvec2&lt;mediump_float&gt; mediump_vec2</td>
  1417. </tr>
  1418. </table>
  1419. </div>
  1420. <div class="memdoc">
  1421. <p>2 components vector of medium precision floating-point numbers. </p>
  1422. <p>There is no guarantee on the actual precision.</p>
  1423. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.5 Vectors</a> </dd>
  1424. <dd>
  1425. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  1426. <p>Definition at line <a class="el" href="a00112_source.html#l00261">261</a> of file <a class="el" href="a00112_source.html">type_vec2.hpp</a>.</p>
  1427. </div>
  1428. </div>
  1429. <a class="anchor" id="gaf6aa71f085a150f42929a4b77458143e"></a><!-- doxytag: member="glm::mediump_vec3" ref="gaf6aa71f085a150f42929a4b77458143e" args="" -->
  1430. <div class="memitem">
  1431. <div class="memproto">
  1432. <table class="memname">
  1433. <tr>
  1434. <td class="memname">typedef detail::tvec3&lt;mediump_float&gt; mediump_vec3</td>
  1435. </tr>
  1436. </table>
  1437. </div>
  1438. <div class="memdoc">
  1439. <p>3 components vector of medium precision floating-point numbers. </p>
  1440. <p>There is no guarantee on the actual precision.</p>
  1441. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.5 Vectors</a> </dd>
  1442. <dd>
  1443. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  1444. <p>Definition at line <a class="el" href="a00113_source.html#l00286">286</a> of file <a class="el" href="a00113_source.html">type_vec3.hpp</a>.</p>
  1445. </div>
  1446. </div>
  1447. <a class="anchor" id="gafddaa69a1d46a27e2767b780e0e6b4b0"></a><!-- doxytag: member="glm::mediump_vec4" ref="gafddaa69a1d46a27e2767b780e0e6b4b0" args="" -->
  1448. <div class="memitem">
  1449. <div class="memproto">
  1450. <table class="memname">
  1451. <tr>
  1452. <td class="memname">typedef detail::tvec4&lt;mediump_float&gt; mediump_vec4</td>
  1453. </tr>
  1454. </table>
  1455. </div>
  1456. <div class="memdoc">
  1457. <p>4 components vector of medium precision floating-point numbers. </p>
  1458. <p>There is no guarantee on the actual precision.</p>
  1459. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.5 Vectors</a> </dd>
  1460. <dd>
  1461. <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.7.2 Precision Qualifier</a> </dd></dl>
  1462. <p>Definition at line <a class="el" href="a00114_source.html#l00343">343</a> of file <a class="el" href="a00114_source.html">type_vec4.hpp</a>.</p>
  1463. </div>
  1464. </div>
  1465. <a class="anchor" id="ga4d16da297112d05af72fc456a1c4f386"></a><!-- doxytag: member="glm::uint" ref="ga4d16da297112d05af72fc456a1c4f386" args="" -->
  1466. <div class="memitem">
  1467. <div class="memproto">
  1468. <table class="memname">
  1469. <tr>
  1470. <td class="memname">typedef uint_t uint</td>
  1471. </tr>
  1472. </table>
  1473. </div>
  1474. <div class="memdoc">
  1475. <p>Unsigned integer type. </p>
  1476. <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.3 Integers</a> </dd></dl>
  1477. <p>Definition at line <a class="el" href="a00096_source.html#l00131">131</a> of file <a class="el" href="a00096_source.html">type_int.hpp</a>.</p>
  1478. </div>
  1479. </div>
  1480. </div>
  1481. <hr class="footer"/><address class="footer"><small>
  1482. Generated by &#160;<a href="http://www.doxygen.org/index.html">
  1483. <img class="footer" src="doxygen.png" alt="doxygen"/>
  1484. </a> 1.7.5.1
  1485. </small></address>
  1486. </body>
  1487. </html>