<ahref="a00091.html">Go to the documentation of this file.</a><divclass="fragment"><divclass="line"><aname="l00001"></a><spanclass="lineno"> 1</span> </div>
<divclass="ttc"id="a00168_html_gaaa26c41d168dc00be0fe55f4d0a34224"><divclass="ttname"><ahref="a00168.html#gaaa26c41d168dc00be0fe55f4d0a34224">glm::ivec4</a></div><divclass="ttdeci">highp_ivec4 ivec4</div><divclass="ttdoc">4 components vector of signed integer numbers. </div><divclass="ttdef"><b>Definition:</b><ahref="a00134_source.html#l00475">type_vec.hpp:475</a></div></div>
<divclass="ttc"id="a00178_html_gaa3aee122bd262e9fa974fcddd3778d22"><divclass="ttname"><ahref="a00178.html#gaa3aee122bd262e9fa974fcddd3778d22">glm::unpackUnorm1x8</a></div><divclass="ttdeci">GLM_FUNC_DECL float unpackUnorm1x8(uint8 pdf)</div><divclass="ttdoc">Convert a single 8-bit integer to a normalized floating-point value. </div></div>
<divclass="ttc"id="a00168_html_gaa8ea2429bb3cb41a715258a447f39897"><divclass="ttname"><ahref="a00168.html#gaa8ea2429bb3cb41a715258a447f39897">glm::vec3</a></div><divclass="ttdeci">highp_vec3 vec3</div><divclass="ttdoc">3 components vector of floating-point numbers. </div><divclass="ttdef"><b>Definition:</b><ahref="a00134_source.html#l00414">type_vec.hpp:414</a></div></div>
<divclass="ttc"id="a00182_html_ga5fa3ddcab56c789bc272ff5651faa12d"><divclass="ttname"><ahref="a00182.html#ga5fa3ddcab56c789bc272ff5651faa12d">glm::uint32</a></div><divclass="ttdeci">detail::uint32 uint32</div><divclass="ttdoc">32 bit unsigned integer type. </div><divclass="ttdef"><b>Definition:</b><ahref="a00121_source.html#l00096">type_int.hpp:96</a></div></div>
<divclass="ttc"id="a00178_html_ga9f82737bf2a44bedff1d286b76837886"><divclass="ttname"><ahref="a00178.html#ga9f82737bf2a44bedff1d286b76837886">glm::packUnorm1x16</a></div><divclass="ttdeci">GLM_FUNC_DECL uint16 packUnorm1x16(float v)</div><divclass="ttdoc">First, converts the normalized floating-point value v into a 16-bit integer value. </div></div>
<divclass="ttc"id="a00178_html_ga83d34160a5cb7bcb5339823210fc7501"><divclass="ttname"><ahref="a00178.html#ga83d34160a5cb7bcb5339823210fc7501">glm::unpackUnorm1x16</a></div><divclass="ttdeci">GLM_FUNC_DECL float unpackUnorm1x16(uint16 p)</div><divclass="ttdoc">First, unpacks a single 16-bit unsigned integer p into a of 16-bit unsigned integers. </div></div>
<divclass="ttc"id="a00178_html_ga9a666b1c688ab54100061ed06526de6e"><divclass="ttname"><ahref="a00178.html#ga9a666b1c688ab54100061ed06526de6e">glm::packUnorm2x8</a></div><divclass="ttdeci">GLM_FUNC_DECL uint16 packUnorm2x8(vec2 const &v)</div><divclass="ttdoc">First, converts each component of the normalized floating-point value v into 8-bit integer values...</div></div>
<divclass="ttc"id="a00178_html_gab22f8bcfdb5fc65af4701b25f143c1af"><divclass="ttname"><ahref="a00178.html#gab22f8bcfdb5fc65af4701b25f143c1af">glm::packSnorm1x16</a></div><divclass="ttdeci">GLM_FUNC_DECL uint16 packSnorm1x16(float v)</div><divclass="ttdoc">First, converts the normalized floating-point value v into 16-bit integer value. </div></div>
<divclass="ttc"id="a00168_html_gafbab23070ca47932487d25332adc7d7c"><divclass="ttname"><ahref="a00168.html#gafbab23070ca47932487d25332adc7d7c">glm::vec4</a></div><divclass="ttdeci">highp_vec4 vec4</div><divclass="ttdoc">4 components vector of floating-point numbers. </div><divclass="ttdef"><b>Definition:</b><ahref="a00134_source.html#l00419">type_vec.hpp:419</a></div></div>
<divclass="ttc"id="a00178_html_gaeecb4166fa0f5764846cb6c215766398"><divclass="ttname"><ahref="a00178.html#gaeecb4166fa0f5764846cb6c215766398">glm::packSnorm1x8</a></div><divclass="ttdeci">GLM_FUNC_DECL uint8 packSnorm1x8(float const &s)</div><divclass="ttdoc">First, converts the normalized floating-point value v into 8-bit integer value. </div></div>
<divclass="ttc"id="a00178_html_ga8a1ee625d2707c60530fb3fca2980b19"><divclass="ttname"><ahref="a00178.html#ga8a1ee625d2707c60530fb3fca2980b19">glm::packUnorm3x10_1x2</a></div><divclass="ttdeci">GLM_FUNC_DECL uint32 packUnorm3x10_1x2(vec4 const &v)</div><divclass="ttdoc">First, converts the first three components of the normalized floating-point value v into 10-bit unsig...</div></div>
<divclass="ttc"id="a00178_html_ga358943934d21da947d5bcc88c2ab7832"><divclass="ttname"><ahref="a00178.html#ga358943934d21da947d5bcc88c2ab7832">glm::packSnorm4x16</a></div><divclass="ttdeci">GLM_FUNC_DECL uint64 packSnorm4x16(vec4 const &v)</div><divclass="ttdoc">First, converts each component of the normalized floating-point value v into 16-bit integer values...</div></div>
<divclass="ttc"id="a00178_html_ga637cbe3913dd95c6e7b4c99c61bd611f"><divclass="ttname"><ahref="a00178.html#ga637cbe3913dd95c6e7b4c99c61bd611f">glm::unpackUnorm2x8</a></div><divclass="ttdeci">GLM_FUNC_DECL vec2 unpackUnorm2x8(uint16 p)</div><divclass="ttdoc">First, unpacks a single 16-bit unsigned integer p into a pair of 8-bit unsigned integers. </div></div>
<divclass="ttc"id="a00178_html_ga06ecb6afb902dba45419008171db9023"><divclass="ttname"><ahref="a00178.html#ga06ecb6afb902dba45419008171db9023">glm::packI3x10_1x2</a></div><divclass="ttdeci">GLM_FUNC_DECL uint32 packI3x10_1x2(ivec4 const &v)</div><divclass="ttdoc">Returns an unsigned integer obtained by converting the components of a four-component signed integer ...</div></div>
<divclass="ttc"id="a00182_html_gab630f76c26b50298187f7889104d4b9c"><divclass="ttname"><ahref="a00182.html#gab630f76c26b50298187f7889104d4b9c">glm::uint64</a></div><divclass="ttdeci">detail::uint64 uint64</div><divclass="ttdoc">64 bit unsigned integer type. </div><divclass="ttdef"><b>Definition:</b><ahref="a00121_source.html#l00097">type_int.hpp:97</a></div></div>
<divclass="ttc"id="a00178_html_ga0b957d3ce90faf63cf6b826939837947"><divclass="ttname"><ahref="a00178.html#ga0b957d3ce90faf63cf6b826939837947">glm::unpackUnorm4x16</a></div><divclass="ttdeci">GLM_FUNC_DECL vec4 unpackUnorm4x16(uint64 const &p)</div><divclass="ttdoc">First, unpacks a single 64-bit unsigned integer p into four 16-bit unsigned integers. </div></div>
<divclass="ttc"id="a00178_html_gabec69b5ec17cd939035302551bfd04e5"><divclass="ttname"><ahref="a00178.html#gabec69b5ec17cd939035302551bfd04e5">glm::unpackUnorm3x10_1x2</a></div><divclass="ttdeci">GLM_FUNC_DECL vec4 unpackUnorm3x10_1x2(uint32 const &p)</div><divclass="ttdoc">First, unpacks a single 32-bit unsigned integer p into four 16-bit signed integers. </div></div>
<divclass="ttc"id="a00178_html_gab997545661877d2c7362a5084d3897d3"><divclass="ttname"><ahref="a00178.html#gab997545661877d2c7362a5084d3897d3">glm::packSnorm3x10_1x2</a></div><divclass="ttdeci">GLM_FUNC_DECL uint32 packSnorm3x10_1x2(vec4 const &v)</div><divclass="ttdoc">First, converts the first three components of the normalized floating-point value v into 10-bit signe...</div></div>
<divclass="ttc"id="a00178_html_gabee51ecab6b477b18e7da4fc7393d0e9"><divclass="ttname"><ahref="a00178.html#gabee51ecab6b477b18e7da4fc7393d0e9">glm::unpackF2x11_1x10</a></div><divclass="ttdeci">GLM_FUNC_DECL vec3 unpackF2x11_1x10(uint32 const &p)</div><divclass="ttdoc">First, unpacks a single 32-bit unsigned integer p into two 11-bit signless floating-point values and ...</div></div>
<divclass="ttc"id="a00178_html_gada3d88d59f0f458f9c51a9fd359a4bc0"><divclass="ttname"><ahref="a00178.html#gada3d88d59f0f458f9c51a9fd359a4bc0">glm::packU3x10_1x2</a></div><divclass="ttdeci">GLM_FUNC_DECL uint32 packU3x10_1x2(uvec4 const &v)</div><divclass="ttdoc">Returns an unsigned integer obtained by converting the components of a four-component unsigned intege...</div></div>
<divclass="ttc"id="a00178_html_gab7f8a84e119fe3f1ff57d7e2ec093747"><divclass="ttname"><ahref="a00178.html#gab7f8a84e119fe3f1ff57d7e2ec093747">glm::packHalf1x16</a></div><divclass="ttdeci">GLM_FUNC_DECL uint16 packHalf1x16(float const &v)</div><divclass="ttdoc">Returns an unsigned integer obtained by converting the components of a floating-point scalar to the 1...</div></div>
<divclass="ttc"id="a00182_html_ga36475e31b1992cfde54c1a6f5a148865"><divclass="ttname"><ahref="a00182.html#ga36475e31b1992cfde54c1a6f5a148865">glm::uint8</a></div><divclass="ttdeci">detail::uint8 uint8</div><divclass="ttdoc">8 bit unsigned integer type. </div><divclass="ttdef"><b>Definition:</b><ahref="a00121_source.html#l00094">type_int.hpp:94</a></div></div>
<divclass="ttc"id="a00178_html_ga6be3cfb2cce3702f03e91bbeb5286d7e"><divclass="ttname"><ahref="a00178.html#ga6be3cfb2cce3702f03e91bbeb5286d7e">glm::packSnorm2x8</a></div><divclass="ttdeci">GLM_FUNC_DECL uint16 packSnorm2x8(vec2 const &v)</div><divclass="ttdoc">First, converts each component of the normalized floating-point value v into 8-bit integer values...</div></div>
<divclass="ttc"id="a00178_html_ga1ff4f5a28d764786f916f9d069d16e86"><divclass="ttname"><ahref="a00178.html#ga1ff4f5a28d764786f916f9d069d16e86">glm::unpackI3x10_1x2</a></div><divclass="ttdeci">GLM_FUNC_DECL ivec4 unpackI3x10_1x2(uint32 const &p)</div><divclass="ttdoc">Unpacks a single 32-bit unsigned integer p into three 10-bit and one 2-bit signed integers...</div></div>
<divclass="ttc"id="a00178_html_gadb01fc0530f07beb509c89d97b6f4d20"><divclass="ttname"><ahref="a00178.html#gadb01fc0530f07beb509c89d97b6f4d20">glm::unpackSnorm4x16</a></div><divclass="ttdeci">GLM_FUNC_DECL vec4 unpackSnorm4x16(uint64 const &p)</div><divclass="ttdoc">First, unpacks a single 64-bit unsigned integer p into four 16-bit signed integers. </div></div>
<divclass="ttc"id="a00178_html_ga03af1e97f8a96c429524ebf20a6509f5"><divclass="ttname"><ahref="a00178.html#ga03af1e97f8a96c429524ebf20a6509f5">glm::unpackSnorm3x10_1x2</a></div><divclass="ttdeci">GLM_FUNC_DECL vec4 unpackSnorm3x10_1x2(uint32 const &p)</div><divclass="ttdoc">First, unpacks a single 32-bit unsigned integer p into four 16-bit signed integers. </div></div>
<divclass="ttc"id="a00178_html_gafe2f7b39caf8f5ec555e1c059ec530e6"><divclass="ttname"><ahref="a00178.html#gafe2f7b39caf8f5ec555e1c059ec530e6">glm::packHalf4x16</a></div><divclass="ttdeci">GLM_FUNC_DECL uint64 packHalf4x16(vec4 const &v)</div><divclass="ttdoc">Returns an unsigned integer obtained by converting the components of a four-component floating-point ...</div></div>
<divclass="ttc"id="a00178_html_ga4851ff86678aa1c7ace9d67846894285"><divclass="ttname"><ahref="a00178.html#ga4851ff86678aa1c7ace9d67846894285">glm::unpackSnorm1x8</a></div><divclass="ttdeci">GLM_FUNC_DECL float unpackSnorm1x8(uint8 p)</div><divclass="ttdoc">First, unpacks a single 8-bit unsigned integer p into a single 8-bit signed integers. </div></div>
<divclass="ttc"id="a00178_html_gaef276e11b8246c34d993b0eb01f66481"><divclass="ttname"><ahref="a00178.html#gaef276e11b8246c34d993b0eb01f66481">glm::unpackU3x10_1x2</a></div><divclass="ttdeci">GLM_FUNC_DECL uvec4 unpackU3x10_1x2(uint32 const &p)</div><divclass="ttdoc">Unpacks a single 32-bit unsigned integer p into three 10-bit and one 2-bit unsigned integers...</div></div>
<divclass="ttc"id="a00178_html_ga96dd15002370627a443c835ab03a766c"><divclass="ttname"><ahref="a00178.html#ga96dd15002370627a443c835ab03a766c">glm::unpackSnorm1x16</a></div><divclass="ttdeci">GLM_FUNC_DECL float unpackSnorm1x16(uint16 p)</div><divclass="ttdoc">First, unpacks a single 16-bit unsigned integer p into a single 16-bit signed integers. </div></div>
<divclass="ttc"id="a00178_html_ga8b128e89be449fc71336968a66bf6e1a"><divclass="ttname"><ahref="a00178.html#ga8b128e89be449fc71336968a66bf6e1a">glm::unpackSnorm2x8</a></div><divclass="ttdeci">GLM_FUNC_DECL vec2 unpackSnorm2x8(uint16 p)</div><divclass="ttdoc">First, unpacks a single 16-bit unsigned integer p into a pair of 8-bit signed integers. </div></div>
<divclass="ttc"id="a00168_html_gaa7c3a0e7ae50c34c3290415c115f251e"><divclass="ttname"><ahref="a00168.html#gaa7c3a0e7ae50c34c3290415c115f251e">glm::uvec4</a></div><divclass="ttdeci">highp_uvec4 uvec4</div><divclass="ttdoc">4 components vector of unsigned integer numbers. </div><divclass="ttdef"><b>Definition:</b><ahref="a00134_source.html#l00503">type_vec.hpp:503</a></div></div>
<divclass="ttc"id="a00178_html_ga4c5ad3375f215b9bd0e530dd43624882"><divclass="ttname"><ahref="a00178.html#ga4c5ad3375f215b9bd0e530dd43624882">glm::unpackHalf1x16</a></div><divclass="ttdeci">GLM_FUNC_DECL float unpackHalf1x16(uint16 const &v)</div><divclass="ttdoc">Returns a floating-point scalar with components obtained by unpacking a 16-bit unsigned integer into ...</div></div>
<divclass="ttc"id="a00178_html_gab16a1b79ed7431e9d84e8fde983b6d11"><divclass="ttname"><ahref="a00178.html#gab16a1b79ed7431e9d84e8fde983b6d11">glm::packUnorm1x8</a></div><divclass="ttdeci">GLM_FUNC_DECL uint8 packUnorm1x8(float const &v)</div><divclass="ttdoc">First, converts the normalized floating-point value v into a 8-bit integer value. ...</div></div>
<divclass="ttc"id="a00182_html_ga13471cbbe74e4303a57f3743d007b74d"><divclass="ttname"><ahref="a00182.html#ga13471cbbe74e4303a57f3743d007b74d">glm::uint16</a></div><divclass="ttdeci">detail::uint16 uint16</div><divclass="ttdoc">16 bit unsigned integer type. </div><divclass="ttdef"><b>Definition:</b><ahref="a00121_source.html#l00095">type_int.hpp:95</a></div></div>
<divclass="ttc"id="a00178_html_ga1f63c264e7ab63264e2b2a99fd393897"><divclass="ttname"><ahref="a00178.html#ga1f63c264e7ab63264e2b2a99fd393897">glm::packUnorm4x16</a></div><divclass="ttdeci">GLM_FUNC_DECL uint64 packUnorm4x16(vec4 const &v)</div><divclass="ttdoc">First, converts each component of the normalized floating-point value v into 16-bit integer values...</div></div>
<divclass="ttc"id="a00168_html_ga09d0200e8ff86391d8804b4fefd5f1da"><divclass="ttname"><ahref="a00168.html#ga09d0200e8ff86391d8804b4fefd5f1da">glm::vec2</a></div><divclass="ttdeci">highp_vec2 vec2</div><divclass="ttdoc">2 components vector of floating-point numbers. </div><divclass="ttdef"><b>Definition:</b><ahref="a00134_source.html#l00409">type_vec.hpp:409</a></div></div>
<divclass="ttc"id="a00178_html_ga7acdbf24148ef556939719cf47036524"><divclass="ttname"><ahref="a00178.html#ga7acdbf24148ef556939719cf47036524">glm::unpackHalf4x16</a></div><divclass="ttdeci">GLM_FUNC_DECL vec4 unpackHalf4x16(uint64 const &p)</div><divclass="ttdoc">Returns a four-component floating-point vector with components obtained by unpacking a 64-bit unsigne...</div></div>
<divclass="ttc"id="a00178_html_ga4944ad465ff950e926d49621f916c78d"><divclass="ttname"><ahref="a00178.html#ga4944ad465ff950e926d49621f916c78d">glm::packF2x11_1x10</a></div><divclass="ttdeci">GLM_FUNC_DECL uint32 packF2x11_1x10(vec3 const &v)</div><divclass="ttdoc">First, converts the first two components of the normalized floating-point value v into 11-bit signles...</div></div>