| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
- <meta http-equiv="X-UA-Compatible" content="IE=9"/>
- <title>Precision types</title>
- <link href="tabs.css" rel="stylesheet" type="text/css"/>
- <script type="text/javascript" src="jquery.js"></script>
- <script type="text/javascript" src="dynsections.js"></script>
- <link href="doxygen.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
- <div id="titlearea">
- <table cellspacing="0" cellpadding="0">
- <tbody>
- <tr style="height: 56px;">
- <td id="projectlogo"><img alt="Logo" src="logo.png"/></td>
- </tr>
- </tbody>
- </table>
- </div>
- <!-- end header part -->
- <!-- Generated by Doxygen 1.8.2 -->
- <div id="navrow1" class="tabs">
- <ul class="tablist">
- <li><a href="index.html"><span>Main Page</span></a></li>
- <li><a href="pages.html"><span>Related Pages</span></a></li>
- <li><a href="modules.html"><span>Modules</span></a></li>
- <li><a href="files.html"><span>Files</span></a></li>
- </ul>
- </div>
- </div><!-- top -->
- <div class="header">
- <div class="summary">
- <a href="#typedef-members">Typedefs</a> </div>
- <div class="headertitle">
- <div class="title">Precision types</div> </div>
- <div class="ingroups"><a class="el" href="a00141.html">GLM Core</a></div></div><!--header-->
- <div class="contents">
- <table class="memberdecls">
- <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="typedef-members"></a>
- Typedefs</h2></td></tr>
- <tr class="memitem:ga6e95694987ba35af6f736638be39626a"><td class="memItemLeft" align="right" valign="top">typedef highp_float_t </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga6e95694987ba35af6f736638be39626a">highp_float</a></td></tr>
- <tr class="separator:ga6e95694987ba35af6f736638be39626a"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:gaaabe7eb044941ebf308b53a447d692dc"><td class="memItemLeft" align="right" valign="top">typedef detail::highp_int_t </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#gaaabe7eb044941ebf308b53a447d692dc">highp_int</a></td></tr>
- <tr class="separator:gaaabe7eb044941ebf308b53a447d692dc"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga306173e656477f59bf0164a623780236"><td class="memItemLeft" align="right" valign="top">typedef detail::tvec2< highp_int > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga306173e656477f59bf0164a623780236">highp_ivec2</a></td></tr>
- <tr class="separator:ga306173e656477f59bf0164a623780236"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:gaccca78e0907313665d47af163c17c5bb"><td class="memItemLeft" align="right" valign="top">typedef detail::tvec3< highp_int > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#gaccca78e0907313665d47af163c17c5bb">highp_ivec3</a></td></tr>
- <tr class="separator:gaccca78e0907313665d47af163c17c5bb"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga320e40ad19a7be26cff134cce4f15a51"><td class="memItemLeft" align="right" valign="top">typedef detail::tvec4< highp_int > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga320e40ad19a7be26cff134cce4f15a51">highp_ivec4</a></td></tr>
- <tr class="separator:ga320e40ad19a7be26cff134cce4f15a51"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:gaeedb9e4f01fefcd5a47356b476b6890c"><td class="memItemLeft" align="right" valign="top">typedef detail::tmat2x2<br class="typebreak"/>
- < highp_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#gaeedb9e4f01fefcd5a47356b476b6890c">highp_mat2</a></td></tr>
- <tr class="separator:gaeedb9e4f01fefcd5a47356b476b6890c"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga9aa0c5dce81439aa15a0d5b5e5006d81"><td class="memItemLeft" align="right" valign="top">typedef detail::tmat2x2<br class="typebreak"/>
- < highp_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga9aa0c5dce81439aa15a0d5b5e5006d81">highp_mat2x2</a></td></tr>
- <tr class="separator:ga9aa0c5dce81439aa15a0d5b5e5006d81"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga895ba4ec32bd7cfb0d07572556572069"><td class="memItemLeft" align="right" valign="top">typedef detail::tmat2x3<br class="typebreak"/>
- < highp_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga895ba4ec32bd7cfb0d07572556572069">highp_mat2x3</a></td></tr>
- <tr class="separator:ga895ba4ec32bd7cfb0d07572556572069"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:gaf8816ff880fbae96a59c543904333109"><td class="memItemLeft" align="right" valign="top">typedef detail::tmat2x4<br class="typebreak"/>
- < highp_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#gaf8816ff880fbae96a59c543904333109">highp_mat2x4</a></td></tr>
- <tr class="separator:gaf8816ff880fbae96a59c543904333109"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:gae5e017b25e88ff5c61f4538a2dd5647a"><td class="memItemLeft" align="right" valign="top">typedef detail::tmat3x2<br class="typebreak"/>
- < highp_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#gae5e017b25e88ff5c61f4538a2dd5647a">highp_mat3x2</a></td></tr>
- <tr class="separator:gae5e017b25e88ff5c61f4538a2dd5647a"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga8efc769b3edb7a3f420d6344e2308c72"><td class="memItemLeft" align="right" valign="top">typedef detail::tmat3x4<br class="typebreak"/>
- < highp_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga8efc769b3edb7a3f420d6344e2308c72">highp_mat3x4</a></td></tr>
- <tr class="separator:ga8efc769b3edb7a3f420d6344e2308c72"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga3178de2c189bfdda4c73d6af8017f5d3"><td class="memItemLeft" align="right" valign="top">typedef detail::tmat4x2<br class="typebreak"/>
- < highp_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga3178de2c189bfdda4c73d6af8017f5d3">highp_mat4x2</a></td></tr>
- <tr class="separator:ga3178de2c189bfdda4c73d6af8017f5d3"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga00d8bf8ebaab7d6647a3b7f73ae324af"><td class="memItemLeft" align="right" valign="top">typedef detail::tmat4x3<br class="typebreak"/>
- < highp_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga00d8bf8ebaab7d6647a3b7f73ae324af">highp_mat4x3</a></td></tr>
- <tr class="separator:ga00d8bf8ebaab7d6647a3b7f73ae324af"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga73e8a694d7fc69143cf25161d18d1dcf"><td class="memItemLeft" align="right" valign="top">typedef detail::highp_uint_t </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga73e8a694d7fc69143cf25161d18d1dcf">highp_uint</a></td></tr>
- <tr class="separator:ga73e8a694d7fc69143cf25161d18d1dcf"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:gad4a5243fc438d0f2efbc22d075b4e399"><td class="memItemLeft" align="right" valign="top">typedef detail::tvec2< highp_uint > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#gad4a5243fc438d0f2efbc22d075b4e399">highp_uvec2</a></td></tr>
- <tr class="separator:gad4a5243fc438d0f2efbc22d075b4e399"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:gaf4b32075ad193e4f47c8bfc367593d8c"><td class="memItemLeft" align="right" valign="top">typedef detail::tvec3< highp_uint > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#gaf4b32075ad193e4f47c8bfc367593d8c">highp_uvec3</a></td></tr>
- <tr class="separator:gaf4b32075ad193e4f47c8bfc367593d8c"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga5ad6375e810e3050a6c845b600422b70"><td class="memItemLeft" align="right" valign="top">typedef detail::tvec4< highp_uint > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga5ad6375e810e3050a6c845b600422b70">highp_uvec4</a></td></tr>
- <tr class="separator:ga5ad6375e810e3050a6c845b600422b70"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga9b65d7afd0783a02f5b3d1b75d1d872e"><td class="memItemLeft" align="right" valign="top">typedef detail::tvec2<br class="typebreak"/>
- < highp_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga9b65d7afd0783a02f5b3d1b75d1d872e">highp_vec2</a></td></tr>
- <tr class="separator:ga9b65d7afd0783a02f5b3d1b75d1d872e"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga0d3129f5f6644cb7552f520ff0dfa789"><td class="memItemLeft" align="right" valign="top">typedef detail::tvec3<br class="typebreak"/>
- < highp_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga0d3129f5f6644cb7552f520ff0dfa789">highp_vec3</a></td></tr>
- <tr class="separator:ga0d3129f5f6644cb7552f520ff0dfa789"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:gaaef692a5e2eae7dad32ca2f8ed0d16d8"><td class="memItemLeft" align="right" valign="top">typedef detail::tvec4<br class="typebreak"/>
- < highp_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#gaaef692a5e2eae7dad32ca2f8ed0d16d8">highp_vec4</a></td></tr>
- <tr class="separator:gaaef692a5e2eae7dad32ca2f8ed0d16d8"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga358d69e11b1c0f6c7c469e0d39ab7fd1"><td class="memItemLeft" align="right" valign="top">typedef lowp_float_t </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga358d69e11b1c0f6c7c469e0d39ab7fd1">lowp_float</a></td></tr>
- <tr class="separator:ga358d69e11b1c0f6c7c469e0d39ab7fd1"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:gad0fa1e32e8b3552ed63556eca51c620e"><td class="memItemLeft" align="right" valign="top">typedef detail::lowp_int_t </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#gad0fa1e32e8b3552ed63556eca51c620e">lowp_int</a></td></tr>
- <tr class="separator:gad0fa1e32e8b3552ed63556eca51c620e"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga26364654fd75ba6c7f11a65967a7fbee"><td class="memItemLeft" align="right" valign="top">typedef detail::tvec2< lowp_int > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga26364654fd75ba6c7f11a65967a7fbee">lowp_ivec2</a></td></tr>
- <tr class="separator:ga26364654fd75ba6c7f11a65967a7fbee"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:gac246e3a1a470974283d6618ad77fd477"><td class="memItemLeft" align="right" valign="top">typedef detail::tvec3< lowp_int > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#gac246e3a1a470974283d6618ad77fd477">lowp_ivec3</a></td></tr>
- <tr class="separator:gac246e3a1a470974283d6618ad77fd477"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:gafc7521507e40fbc269149475a725dbbe"><td class="memItemLeft" align="right" valign="top">typedef detail::tvec4< lowp_int > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#gafc7521507e40fbc269149475a725dbbe">lowp_ivec4</a></td></tr>
- <tr class="separator:gafc7521507e40fbc269149475a725dbbe"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:gaee10b4a3cac178528f8e56c90313094a"><td class="memItemLeft" align="right" valign="top">typedef detail::tmat2x2<br class="typebreak"/>
- < lowp_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#gaee10b4a3cac178528f8e56c90313094a">lowp_mat2</a></td></tr>
- <tr class="separator:gaee10b4a3cac178528f8e56c90313094a"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga8b49c3aa6665011440c32c281b2032c0"><td class="memItemLeft" align="right" valign="top">typedef detail::tmat2x2<br class="typebreak"/>
- < lowp_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga8b49c3aa6665011440c32c281b2032c0">lowp_mat2x2</a></td></tr>
- <tr class="separator:ga8b49c3aa6665011440c32c281b2032c0"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga0b32355a31b4c14e98f69b43a9077456"><td class="memItemLeft" align="right" valign="top">typedef detail::tmat2x3<br class="typebreak"/>
- < lowp_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga0b32355a31b4c14e98f69b43a9077456">lowp_mat2x3</a></td></tr>
- <tr class="separator:ga0b32355a31b4c14e98f69b43a9077456"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:gaf95b55f8954834b05b5463bc153deae5"><td class="memItemLeft" align="right" valign="top">typedef detail::tmat2x4<br class="typebreak"/>
- < lowp_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#gaf95b55f8954834b05b5463bc153deae5">lowp_mat2x4</a></td></tr>
- <tr class="separator:gaf95b55f8954834b05b5463bc153deae5"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga745259412efbd5e07b1a4062190e3135"><td class="memItemLeft" align="right" valign="top">typedef detail::tmat3x2<br class="typebreak"/>
- < lowp_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga745259412efbd5e07b1a4062190e3135">lowp_mat3x2</a></td></tr>
- <tr class="separator:ga745259412efbd5e07b1a4062190e3135"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga2e7a430ab7df03b63b5c7b776f7675a1"><td class="memItemLeft" align="right" valign="top">typedef detail::tmat3x4<br class="typebreak"/>
- < lowp_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga2e7a430ab7df03b63b5c7b776f7675a1">lowp_mat3x4</a></td></tr>
- <tr class="separator:ga2e7a430ab7df03b63b5c7b776f7675a1"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:gac88de3260a910584e02b98f087a34502"><td class="memItemLeft" align="right" valign="top">typedef detail::tmat4x2<br class="typebreak"/>
- < lowp_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#gac88de3260a910584e02b98f087a34502">lowp_mat4x2</a></td></tr>
- <tr class="separator:gac88de3260a910584e02b98f087a34502"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga0072cb659f9360a7bb2c3e6646609ad7"><td class="memItemLeft" align="right" valign="top">typedef detail::tmat4x3<br class="typebreak"/>
- < lowp_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga0072cb659f9360a7bb2c3e6646609ad7">lowp_mat4x3</a></td></tr>
- <tr class="separator:ga0072cb659f9360a7bb2c3e6646609ad7"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga25ebc60727fc8b4a1167665f9ecdca97"><td class="memItemLeft" align="right" valign="top">typedef detail::lowp_uint_t </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga25ebc60727fc8b4a1167665f9ecdca97">lowp_uint</a></td></tr>
- <tr class="separator:ga25ebc60727fc8b4a1167665f9ecdca97"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga9cb9b78162fca09f7ce9d08758f8b3c1"><td class="memItemLeft" align="right" valign="top">typedef detail::tvec2< lowp_uint > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga9cb9b78162fca09f7ce9d08758f8b3c1">lowp_uvec2</a></td></tr>
- <tr class="separator:ga9cb9b78162fca09f7ce9d08758f8b3c1"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:gaefdce0fe4ed79b26ed2b5f00bbf39075"><td class="memItemLeft" align="right" valign="top">typedef detail::tvec3< lowp_uint > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#gaefdce0fe4ed79b26ed2b5f00bbf39075">lowp_uvec3</a></td></tr>
- <tr class="separator:gaefdce0fe4ed79b26ed2b5f00bbf39075"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga3ebda7e36e3948ceea0cbc90061c643d"><td class="memItemLeft" align="right" valign="top">typedef detail::tvec4< lowp_uint > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga3ebda7e36e3948ceea0cbc90061c643d">lowp_uvec4</a></td></tr>
- <tr class="separator:ga3ebda7e36e3948ceea0cbc90061c643d"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga4df6c67742cd65d6d0a885b3a539d9ff"><td class="memItemLeft" align="right" valign="top">typedef detail::tvec2< lowp_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga4df6c67742cd65d6d0a885b3a539d9ff">lowp_vec2</a></td></tr>
- <tr class="separator:ga4df6c67742cd65d6d0a885b3a539d9ff"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:gab9e39d9db144322c1ad30ab3141084ad"><td class="memItemLeft" align="right" valign="top">typedef detail::tvec3< lowp_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#gab9e39d9db144322c1ad30ab3141084ad">lowp_vec3</a></td></tr>
- <tr class="separator:gab9e39d9db144322c1ad30ab3141084ad"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga653b0bf7ff2cb590f6e1338682fd0327"><td class="memItemLeft" align="right" valign="top">typedef detail::tvec4< lowp_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga653b0bf7ff2cb590f6e1338682fd0327">lowp_vec4</a></td></tr>
- <tr class="separator:ga653b0bf7ff2cb590f6e1338682fd0327"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga280c68f537f4b1e03a00b23e62573b98"><td class="memItemLeft" align="right" valign="top">typedef mediump_float_t </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga280c68f537f4b1e03a00b23e62573b98">mediump_float</a></td></tr>
- <tr class="separator:ga280c68f537f4b1e03a00b23e62573b98"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga212ef8f883878cb7430228a279a7d866"><td class="memItemLeft" align="right" valign="top">typedef detail::mediump_int_t </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga212ef8f883878cb7430228a279a7d866">mediump_int</a></td></tr>
- <tr class="separator:ga212ef8f883878cb7430228a279a7d866"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga269315792504783f450b829161f2bccf"><td class="memItemLeft" align="right" valign="top">typedef detail::tvec2<br class="typebreak"/>
- < mediump_int > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga269315792504783f450b829161f2bccf">mediump_ivec2</a></td></tr>
- <tr class="separator:ga269315792504783f450b829161f2bccf"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga1d8ae738ed79d71f8d381f472d366913"><td class="memItemLeft" align="right" valign="top">typedef detail::tvec3<br class="typebreak"/>
- < mediump_int > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga1d8ae738ed79d71f8d381f472d366913">mediump_ivec3</a></td></tr>
- <tr class="separator:ga1d8ae738ed79d71f8d381f472d366913"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga5f624d3f93fa1a197ba767f9b1d6d7aa"><td class="memItemLeft" align="right" valign="top">typedef detail::tvec4<br class="typebreak"/>
- < mediump_int > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga5f624d3f93fa1a197ba767f9b1d6d7aa">mediump_ivec4</a></td></tr>
- <tr class="separator:ga5f624d3f93fa1a197ba767f9b1d6d7aa"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga42f1426987103b15613671b323e90e5c"><td class="memItemLeft" align="right" valign="top">typedef detail::tmat2x2<br class="typebreak"/>
- < mediump_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga42f1426987103b15613671b323e90e5c">mediump_mat2</a></td></tr>
- <tr class="separator:ga42f1426987103b15613671b323e90e5c"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:gaa5970a6f98990c15b7a3be7cc7b79f4f"><td class="memItemLeft" align="right" valign="top">typedef detail::tmat2x2<br class="typebreak"/>
- < mediump_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#gaa5970a6f98990c15b7a3be7cc7b79f4f">mediump_mat2x2</a></td></tr>
- <tr class="separator:gaa5970a6f98990c15b7a3be7cc7b79f4f"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:gacceeb5355767eb306c12ea961b31e808"><td class="memItemLeft" align="right" valign="top">typedef detail::tmat2x3<br class="typebreak"/>
- < mediump_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#gacceeb5355767eb306c12ea961b31e808">mediump_mat2x3</a></td></tr>
- <tr class="separator:gacceeb5355767eb306c12ea961b31e808"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:gabbec32a495b527df1796bb46f8cce516"><td class="memItemLeft" align="right" valign="top">typedef detail::tmat2x4<br class="typebreak"/>
- < mediump_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#gabbec32a495b527df1796bb46f8cce516">mediump_mat2x4</a></td></tr>
- <tr class="separator:gabbec32a495b527df1796bb46f8cce516"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga08c1cebbdb2cdfa0a62b23981db1c059"><td class="memItemLeft" align="right" valign="top">typedef detail::tmat3x2<br class="typebreak"/>
- < mediump_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga08c1cebbdb2cdfa0a62b23981db1c059">mediump_mat3x2</a></td></tr>
- <tr class="separator:ga08c1cebbdb2cdfa0a62b23981db1c059"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga167125bb484e539a3c56f7b7aa0409f8"><td class="memItemLeft" align="right" valign="top">typedef detail::tmat3x4<br class="typebreak"/>
- < mediump_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga167125bb484e539a3c56f7b7aa0409f8">mediump_mat3x4</a></td></tr>
- <tr class="separator:ga167125bb484e539a3c56f7b7aa0409f8"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga31b1d523c1dc83c0ef9cded942950666"><td class="memItemLeft" align="right" valign="top">typedef detail::tmat4x2<br class="typebreak"/>
- < mediump_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga31b1d523c1dc83c0ef9cded942950666">mediump_mat4x2</a></td></tr>
- <tr class="separator:ga31b1d523c1dc83c0ef9cded942950666"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga236d4c1060c1ce9908d3de61b3d9334e"><td class="memItemLeft" align="right" valign="top">typedef detail::tmat4x3<br class="typebreak"/>
- < mediump_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga236d4c1060c1ce9908d3de61b3d9334e">mediump_mat4x3</a></td></tr>
- <tr class="separator:ga236d4c1060c1ce9908d3de61b3d9334e"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga0b7e01c52b9e5bf3369761b79b5f4f8e"><td class="memItemLeft" align="right" valign="top">typedef detail::mediump_uint_t </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga0b7e01c52b9e5bf3369761b79b5f4f8e">mediump_uint</a></td></tr>
- <tr class="separator:ga0b7e01c52b9e5bf3369761b79b5f4f8e"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga5cd4f5f5667de09c7c12df85d138f599"><td class="memItemLeft" align="right" valign="top">typedef detail::tvec2<br class="typebreak"/>
- < mediump_uint > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga5cd4f5f5667de09c7c12df85d138f599">mediump_uvec2</a></td></tr>
- <tr class="separator:ga5cd4f5f5667de09c7c12df85d138f599"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga70d49eff07e7988447c93a83f9f311b6"><td class="memItemLeft" align="right" valign="top">typedef detail::tvec3<br class="typebreak"/>
- < mediump_uint > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga70d49eff07e7988447c93a83f9f311b6">mediump_uvec3</a></td></tr>
- <tr class="separator:ga70d49eff07e7988447c93a83f9f311b6"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga4b2bc896ec01198bdc4f9dc896e5f06d"><td class="memItemLeft" align="right" valign="top">typedef detail::tvec4<br class="typebreak"/>
- < mediump_uint > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga4b2bc896ec01198bdc4f9dc896e5f06d">mediump_uvec4</a></td></tr>
- <tr class="separator:ga4b2bc896ec01198bdc4f9dc896e5f06d"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga9a8a10fce5852b088dd631b34e942b7d"><td class="memItemLeft" align="right" valign="top">typedef detail::tvec2<br class="typebreak"/>
- < mediump_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga9a8a10fce5852b088dd631b34e942b7d">mediump_vec2</a></td></tr>
- <tr class="separator:ga9a8a10fce5852b088dd631b34e942b7d"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:gaf6aa71f085a150f42929a4b77458143e"><td class="memItemLeft" align="right" valign="top">typedef detail::tvec3<br class="typebreak"/>
- < mediump_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#gaf6aa71f085a150f42929a4b77458143e">mediump_vec3</a></td></tr>
- <tr class="separator:gaf6aa71f085a150f42929a4b77458143e"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:gafddaa69a1d46a27e2767b780e0e6b4b0"><td class="memItemLeft" align="right" valign="top">typedef detail::tvec4<br class="typebreak"/>
- < mediump_float > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#gafddaa69a1d46a27e2767b780e0e6b4b0">mediump_vec4</a></td></tr>
- <tr class="separator:gafddaa69a1d46a27e2767b780e0e6b4b0"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:ga4d16da297112d05af72fc456a1c4f386"><td class="memItemLeft" align="right" valign="top">typedef uint_t </td><td class="memItemRight" valign="bottom"><a class="el" href="a00143.html#ga4d16da297112d05af72fc456a1c4f386">uint</a></td></tr>
- <tr class="separator:ga4d16da297112d05af72fc456a1c4f386"><td class="memSeparator" colspan="2"> </td></tr>
- </table>
- <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
- <p>Non-GLSL types that are used to define precision-based types. </p>
- <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>
- <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="a00144.html">Template types</a> that use a particular precision.</p>
- <p>None of these types make any guarantees about the actual precision used. </p>
- <h2 class="groupheader">Typedef Documentation</h2>
- <a class="anchor" id="ga6e95694987ba35af6f736638be39626a"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef highp_float_t highp_float</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>High precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00094_source.html#l00067">67</a> of file <a class="el" href="a00094_source.html">type_float.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="gaaabe7eb044941ebf308b53a447d692dc"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::highp_int_t highp_int</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>High precision signed integer. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00097_source.html#l00081">81</a> of file <a class="el" href="a00097_source.html">type_int.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga306173e656477f59bf0164a623780236"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tvec2<highp_int> highp_ivec2</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>2 components vector of high precision signed integer numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00113_source.html#l00273">273</a> of file <a class="el" href="a00113_source.html">type_vec2.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="gaccca78e0907313665d47af163c17c5bb"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tvec3<highp_int> highp_ivec3</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>3 components vector of high precision signed integer numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00114_source.html#l00298">298</a> of file <a class="el" href="a00114_source.html">type_vec3.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga320e40ad19a7be26cff134cce4f15a51"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tvec4<highp_int> highp_ivec4</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>4 components vector of high precision signed integer numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00115_source.html#l00355">355</a> of file <a class="el" href="a00115_source.html">type_vec4.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="gaeedb9e4f01fefcd5a47356b476b6890c"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tmat2x2<highp_float> highp_mat2</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>2 columns of 2 components matrix of high precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00099_source.html#l00284">284</a> of file <a class="el" href="a00099_source.html">type_mat2x2.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga9aa0c5dce81439aa15a0d5b5e5006d81"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tmat2x2<highp_float> highp_mat2x2</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>2 columns of 2 components matrix of high precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00099_source.html#l00305">305</a> of file <a class="el" href="a00099_source.html">type_mat2x2.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga895ba4ec32bd7cfb0d07572556572069"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tmat2x3<highp_float> highp_mat2x3</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>2 columns of 3 components matrix of high precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00100_source.html#l00249">249</a> of file <a class="el" href="a00100_source.html">type_mat2x3.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="gaf8816ff880fbae96a59c543904333109"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tmat2x4<highp_float> highp_mat2x4</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>2 columns of 4 components matrix of high precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00101_source.html#l00251">251</a> of file <a class="el" href="a00101_source.html">type_mat2x4.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="gae5e017b25e88ff5c61f4538a2dd5647a"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tmat3x2<highp_float> highp_mat3x2</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>3 columns of 2 components matrix of high precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00102_source.html#l00256">256</a> of file <a class="el" href="a00102_source.html">type_mat3x2.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga8efc769b3edb7a3f420d6344e2308c72"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tmat3x4<highp_float> highp_mat3x4</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>3 columns of 4 components matrix of high precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00104_source.html#l00257">257</a> of file <a class="el" href="a00104_source.html">type_mat3x4.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga3178de2c189bfdda4c73d6af8017f5d3"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tmat4x2<highp_float> highp_mat4x2</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>4 columns of 2 components matrix of high precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00105_source.html#l00261">261</a> of file <a class="el" href="a00105_source.html">type_mat4x2.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga00d8bf8ebaab7d6647a3b7f73ae324af"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tmat4x3<highp_float> highp_mat4x3</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>4 columns of 3 components matrix of high precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00106_source.html#l00259">259</a> of file <a class="el" href="a00106_source.html">type_mat4x3.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga73e8a694d7fc69143cf25161d18d1dcf"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::highp_uint_t highp_uint</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>High precision unsigned integer. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00097_source.html#l00102">102</a> of file <a class="el" href="a00097_source.html">type_int.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="gad4a5243fc438d0f2efbc22d075b4e399"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tvec2<highp_uint> highp_uvec2</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>2 components vector of high precision unsigned integer numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00113_source.html#l00294">294</a> of file <a class="el" href="a00113_source.html">type_vec2.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="gaf4b32075ad193e4f47c8bfc367593d8c"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tvec3<highp_uint> highp_uvec3</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>3 components vector of high precision unsigned integer numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00114_source.html#l00319">319</a> of file <a class="el" href="a00114_source.html">type_vec3.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga5ad6375e810e3050a6c845b600422b70"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tvec4<highp_uint> highp_uvec4</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>4 components vector of high precision unsigned integer numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00115_source.html#l00376">376</a> of file <a class="el" href="a00115_source.html">type_vec4.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga9b65d7afd0783a02f5b3d1b75d1d872e"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tvec2<highp_float> highp_vec2</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>2 components vector of high precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00113_source.html#l00252">252</a> of file <a class="el" href="a00113_source.html">type_vec2.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga0d3129f5f6644cb7552f520ff0dfa789"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tvec3<highp_float> highp_vec3</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>3 components vector of high precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00114_source.html#l00277">277</a> of file <a class="el" href="a00114_source.html">type_vec3.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="gaaef692a5e2eae7dad32ca2f8ed0d16d8"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tvec4<highp_float> highp_vec4</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>4 components vector of high precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00115_source.html#l00334">334</a> of file <a class="el" href="a00115_source.html">type_vec4.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga358d69e11b1c0f6c7c469e0d39ab7fd1"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef lowp_float_t lowp_float</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>Low precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00094_source.html#l00053">53</a> of file <a class="el" href="a00094_source.html">type_float.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="gad0fa1e32e8b3552ed63556eca51c620e"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::lowp_int_t lowp_int</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>Low precision signed integer. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00097_source.html#l00067">67</a> of file <a class="el" href="a00097_source.html">type_int.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga26364654fd75ba6c7f11a65967a7fbee"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tvec2<lowp_int> lowp_ivec2</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>2 components vector of low precision signed integer numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00113_source.html#l00287">287</a> of file <a class="el" href="a00113_source.html">type_vec2.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="gac246e3a1a470974283d6618ad77fd477"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tvec3<lowp_int> lowp_ivec3</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>3 components vector of low precision signed integer numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00114_source.html#l00312">312</a> of file <a class="el" href="a00114_source.html">type_vec3.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="gafc7521507e40fbc269149475a725dbbe"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tvec4<lowp_int> lowp_ivec4</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>4 components vector of low precision signed integer numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00115_source.html#l00369">369</a> of file <a class="el" href="a00115_source.html">type_vec4.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="gaee10b4a3cac178528f8e56c90313094a"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tmat2x2<lowp_float> lowp_mat2</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>2 columns of 2 components matrix of low precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00099_source.html#l00270">270</a> of file <a class="el" href="a00099_source.html">type_mat2x2.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga8b49c3aa6665011440c32c281b2032c0"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tmat2x2<lowp_float> lowp_mat2x2</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>2 columns of 2 components matrix of low precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00099_source.html#l00291">291</a> of file <a class="el" href="a00099_source.html">type_mat2x2.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga0b32355a31b4c14e98f69b43a9077456"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tmat2x3<lowp_float> lowp_mat2x3</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>2 columns of 3 components matrix of low precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00100_source.html#l00235">235</a> of file <a class="el" href="a00100_source.html">type_mat2x3.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="gaf95b55f8954834b05b5463bc153deae5"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tmat2x4<lowp_float> lowp_mat2x4</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>2 columns of 4 components matrix of low precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00101_source.html#l00237">237</a> of file <a class="el" href="a00101_source.html">type_mat2x4.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga745259412efbd5e07b1a4062190e3135"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tmat3x2<lowp_float> lowp_mat3x2</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>3 columns of 2 components matrix of low precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00102_source.html#l00242">242</a> of file <a class="el" href="a00102_source.html">type_mat3x2.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga2e7a430ab7df03b63b5c7b776f7675a1"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tmat3x4<lowp_float> lowp_mat3x4</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>3 columns of 4 components matrix of low precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00104_source.html#l00243">243</a> of file <a class="el" href="a00104_source.html">type_mat3x4.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="gac88de3260a910584e02b98f087a34502"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tmat4x2<lowp_float> lowp_mat4x2</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>4 columns of 2 components matrix of low precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00105_source.html#l00247">247</a> of file <a class="el" href="a00105_source.html">type_mat4x2.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga0072cb659f9360a7bb2c3e6646609ad7"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tmat4x3<lowp_float> lowp_mat4x3</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>4 columns of 3 components matrix of low precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00106_source.html#l00245">245</a> of file <a class="el" href="a00106_source.html">type_mat4x3.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga25ebc60727fc8b4a1167665f9ecdca97"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::lowp_uint_t lowp_uint</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>Low precision unsigned integer. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00097_source.html#l00088">88</a> of file <a class="el" href="a00097_source.html">type_int.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga9cb9b78162fca09f7ce9d08758f8b3c1"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tvec2<lowp_uint> lowp_uvec2</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>2 components vector of low precision unsigned integer numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00113_source.html#l00308">308</a> of file <a class="el" href="a00113_source.html">type_vec2.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="gaefdce0fe4ed79b26ed2b5f00bbf39075"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tvec3<lowp_uint> lowp_uvec3</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>3 components vector of low precision unsigned integer numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00114_source.html#l00333">333</a> of file <a class="el" href="a00114_source.html">type_vec3.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga3ebda7e36e3948ceea0cbc90061c643d"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tvec4<lowp_uint> lowp_uvec4</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>4 components vector of low precision unsigned integer numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00115_source.html#l00390">390</a> of file <a class="el" href="a00115_source.html">type_vec4.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga4df6c67742cd65d6d0a885b3a539d9ff"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tvec2<lowp_float> lowp_vec2</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>2 components vector of low precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00113_source.html#l00266">266</a> of file <a class="el" href="a00113_source.html">type_vec2.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="gab9e39d9db144322c1ad30ab3141084ad"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tvec3<lowp_float> lowp_vec3</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>3 components vector of low precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00114_source.html#l00291">291</a> of file <a class="el" href="a00114_source.html">type_vec3.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga653b0bf7ff2cb590f6e1338682fd0327"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tvec4<lowp_float> lowp_vec4</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>4 components vector of low precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00115_source.html#l00348">348</a> of file <a class="el" href="a00115_source.html">type_vec4.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga280c68f537f4b1e03a00b23e62573b98"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef mediump_float_t mediump_float</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>Medium precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00094_source.html#l00060">60</a> of file <a class="el" href="a00094_source.html">type_float.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga212ef8f883878cb7430228a279a7d866"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::mediump_int_t mediump_int</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>Medium precision signed integer. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00097_source.html#l00074">74</a> of file <a class="el" href="a00097_source.html">type_int.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga269315792504783f450b829161f2bccf"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tvec2<mediump_int> mediump_ivec2</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>2 components vector of medium precision signed integer numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00113_source.html#l00280">280</a> of file <a class="el" href="a00113_source.html">type_vec2.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga1d8ae738ed79d71f8d381f472d366913"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tvec3<mediump_int> mediump_ivec3</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>3 components vector of medium precision signed integer numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00114_source.html#l00305">305</a> of file <a class="el" href="a00114_source.html">type_vec3.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga5f624d3f93fa1a197ba767f9b1d6d7aa"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tvec4<mediump_int> mediump_ivec4</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>4 components vector of medium precision signed integer numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00115_source.html#l00362">362</a> of file <a class="el" href="a00115_source.html">type_vec4.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga42f1426987103b15613671b323e90e5c"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tmat2x2<mediump_float> mediump_mat2</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>2 columns of 2 components matrix of medium precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00099_source.html#l00277">277</a> of file <a class="el" href="a00099_source.html">type_mat2x2.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="gaa5970a6f98990c15b7a3be7cc7b79f4f"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tmat2x2<mediump_float> mediump_mat2x2</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>2 columns of 2 components matrix of medium precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00099_source.html#l00298">298</a> of file <a class="el" href="a00099_source.html">type_mat2x2.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="gacceeb5355767eb306c12ea961b31e808"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tmat2x3<mediump_float> mediump_mat2x3</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>2 columns of 3 components matrix of medium precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00100_source.html#l00242">242</a> of file <a class="el" href="a00100_source.html">type_mat2x3.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="gabbec32a495b527df1796bb46f8cce516"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tmat2x4<mediump_float> mediump_mat2x4</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>2 columns of 4 components matrix of medium precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00101_source.html#l00244">244</a> of file <a class="el" href="a00101_source.html">type_mat2x4.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga08c1cebbdb2cdfa0a62b23981db1c059"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tmat3x2<mediump_float> mediump_mat3x2</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>3 columns of 2 components matrix of medium precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00102_source.html#l00249">249</a> of file <a class="el" href="a00102_source.html">type_mat3x2.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga167125bb484e539a3c56f7b7aa0409f8"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tmat3x4<mediump_float> mediump_mat3x4</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>3 columns of 4 components matrix of medium precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00104_source.html#l00250">250</a> of file <a class="el" href="a00104_source.html">type_mat3x4.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga31b1d523c1dc83c0ef9cded942950666"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tmat4x2<mediump_float> mediump_mat4x2</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>4 columns of 2 components matrix of medium precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00105_source.html#l00254">254</a> of file <a class="el" href="a00105_source.html">type_mat4x2.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga236d4c1060c1ce9908d3de61b3d9334e"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tmat4x3<mediump_float> mediump_mat4x3</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>4 columns of 3 components matrix of medium precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00106_source.html#l00252">252</a> of file <a class="el" href="a00106_source.html">type_mat4x3.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga0b7e01c52b9e5bf3369761b79b5f4f8e"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::mediump_uint_t mediump_uint</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>Medium precision unsigned integer. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00097_source.html#l00095">95</a> of file <a class="el" href="a00097_source.html">type_int.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga5cd4f5f5667de09c7c12df85d138f599"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tvec2<mediump_uint> mediump_uvec2</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>2 components vector of medium precision unsigned integer numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00113_source.html#l00301">301</a> of file <a class="el" href="a00113_source.html">type_vec2.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga70d49eff07e7988447c93a83f9f311b6"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tvec3<mediump_uint> mediump_uvec3</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>3 components vector of medium precision unsigned integer numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00114_source.html#l00326">326</a> of file <a class="el" href="a00114_source.html">type_vec3.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga4b2bc896ec01198bdc4f9dc896e5f06d"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tvec4<mediump_uint> mediump_uvec4</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>4 components vector of medium precision unsigned integer numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00115_source.html#l00383">383</a> of file <a class="el" href="a00115_source.html">type_vec4.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga9a8a10fce5852b088dd631b34e942b7d"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tvec2<mediump_float> mediump_vec2</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>2 components vector of medium precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00113_source.html#l00259">259</a> of file <a class="el" href="a00113_source.html">type_vec2.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="gaf6aa71f085a150f42929a4b77458143e"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tvec3<mediump_float> mediump_vec3</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>3 components vector of medium precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00114_source.html#l00284">284</a> of file <a class="el" href="a00114_source.html">type_vec3.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="gafddaa69a1d46a27e2767b780e0e6b4b0"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef detail::tvec4<mediump_float> mediump_vec4</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>4 components vector of medium precision floating-point numbers. </p>
- <p>There is no guarantee on the actual precision.</p>
- <dl class="section see"><dt>See Also</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>
- <dd>
- <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>
- <p>Definition at line <a class="el" href="a00115_source.html#l00341">341</a> of file <a class="el" href="a00115_source.html">type_vec4.hpp</a>.</p>
- </div>
- </div>
- <a class="anchor" id="ga4d16da297112d05af72fc456a1c4f386"></a>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">typedef uint_t uint</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>Unsigned integer type. </p>
- <dl class="section see"><dt>See Also</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>
- <p>Definition at line <a class="el" href="a00097_source.html#l00131">131</a> of file <a class="el" href="a00097_source.html">type_int.hpp</a>.</p>
- </div>
- </div>
- </div><!-- contents -->
- <!-- start footer part -->
- <hr class="footer"/><address class="footer"><small>
- Generated by  <a href="http://www.doxygen.org/index.html">
- <img class="footer" src="doxygen.png" alt="doxygen"/>
- </a> 1.8.2
- </small></address>
- </body>
- </html>
|