<ahref="a00080.html">Go to the documentation of this file.</a><divclass="fragment"><divclass="line"><aname="l00001"></a><spanclass="lineno"> 1</span> </div>
<divclass="ttc"id="a00171_html_ga358943934d21da947d5bcc88c2ab7832"><divclass="ttname"><ahref="a00171.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="a00171_html_ga7f9abdb50f9be1aa1c14912504a0d98d"><divclass="ttname"><ahref="a00171.html#ga7f9abdb50f9be1aa1c14912504a0d98d">glm::packUnorm2x3_1x2</a></div><divclass="ttdeci">GLM_FUNC_DECL uint8 packUnorm2x3_1x2(vec3 const &v)</div><divclass="ttdoc">Convert each component of the normalized floating-point vector into unsigned integer values...</div></div>
<divclass="ttc"id="a00171_html_ga3f648fc205467792dc6d8c59c748f8a6"><divclass="ttname"><ahref="a00171.html#ga3f648fc205467792dc6d8c59c748f8a6">glm::packF3x9_E1x5</a></div><divclass="ttdeci">GLM_FUNC_DECL uint32 packF3x9_E1x5(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>
<divclass="ttc"id="a00171_html_gab3bc08ecfc0f3339be93fb2b3b56d88a"><divclass="ttname"><ahref="a00171.html#gab3bc08ecfc0f3339be93fb2b3b56d88a">glm::unpackUnorm1x5_1x6_1x5</a></div><divclass="ttdeci">GLM_FUNC_DECL vec3 unpackUnorm1x5_1x6_1x5(uint16 p)</div><divclass="ttdoc">Convert each unsigned integer components of a vector to normalized floating-point values...</div></div>
<divclass="ttc"id="a00171_html_gad3d7e1ec7fcfb7ae341658e2ce1c3bd9"><divclass="ttname"><ahref="a00171.html#gad3d7e1ec7fcfb7ae341658e2ce1c3bd9">glm::unpackUnorm</a></div><divclass="ttdeci">GLM_FUNC_DECL vecType< floatType, P > unpackUnorm(vecType< uintType, P > const &v)</div><divclass="ttdoc">Convert each unsigned integer components of a vector to normalized floating-point values...</div></div>
<divclass="ttc"id="a00171_html_gad3e7e3ce521513584a53aedc5f9765c1"><divclass="ttname"><ahref="a00171.html#gad3e7e3ce521513584a53aedc5f9765c1">glm::packUnorm4x4</a></div><divclass="ttdeci">GLM_FUNC_DECL uint16 packUnorm4x4(vec4 const &v)</div><divclass="ttdoc">Convert each component of the normalized floating-point vector into unsigned integer values...</div></div>
<divclass="ttc"id="a00171_html_gac37dedaba24b00adb4ec6e8f92c19dbf"><divclass="ttname"><ahref="a00171.html#gac37dedaba24b00adb4ec6e8f92c19dbf">glm::unpackHalf1x16</a></div><divclass="ttdeci">GLM_FUNC_DECL float unpackHalf1x16(uint16 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="a00171_html_gab22f8bcfdb5fc65af4701b25f143c1af"><divclass="ttname"><ahref="a00171.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="a00171_html_ga06ecb6afb902dba45419008171db9023"><divclass="ttname"><ahref="a00171.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="a00171_html_ga9f82737bf2a44bedff1d286b76837886"><divclass="ttname"><ahref="a00171.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="a00171_html_ga5156d3060355fe332865da2c7f78815f"><divclass="ttname"><ahref="a00171.html#ga5156d3060355fe332865da2c7f78815f">glm::unpackUnorm3x10_1x2</a></div><divclass="ttdeci">GLM_FUNC_DECL vec4 unpackUnorm3x10_1x2(uint32 p)</div><divclass="ttdoc">First, unpacks a single 32-bit unsigned integer p into four 16-bit signed integers. </div></div>
<divclass="ttc"id="a00171_html_gada3d88d59f0f458f9c51a9fd359a4bc0"><divclass="ttname"><ahref="a00171.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="a00157_html_gafbab23070ca47932487d25332adc7d7c"><divclass="ttname"><ahref="a00157.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="a00127_source.html#l00466">type_vec.hpp:466</a></div></div>
<divclass="ttc"id="a00171_html_ga2ae149c5d2473ac1e5f347bb654a242d"><divclass="ttname"><ahref="a00171.html#ga2ae149c5d2473ac1e5f347bb654a242d">glm::unpackUnorm4x16</a></div><divclass="ttdeci">GLM_FUNC_DECL vec4 unpackUnorm4x16(uint64 p)</div><divclass="ttdoc">First, unpacks a single 64-bit unsigned integer p into four 16-bit unsigned integers. </div></div>
<divclass="ttc"id="a00171_html_ga637cbe3913dd95c6e7b4c99c61bd611f"><divclass="ttname"><ahref="a00171.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="a00171_html_ga83d34160a5cb7bcb5339823210fc7501"><divclass="ttname"><ahref="a00171.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="a00171_html_ga9a05330e5490be0908d3b117d82aff56"><divclass="ttname"><ahref="a00171.html#ga9a05330e5490be0908d3b117d82aff56">glm::unpackI3x10_1x2</a></div><divclass="ttdeci">GLM_FUNC_DECL ivec4 unpackI3x10_1x2(uint32 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="a00171_html_ga1be760860697db386b36513aeafe9d5e"><divclass="ttname"><ahref="a00171.html#ga1be760860697db386b36513aeafe9d5e">glm::packSnorm</a></div><divclass="ttdeci">GLM_FUNC_DECL vecType< intType, P > packSnorm(vecType< floatType, P > const &v)</div><divclass="ttdoc">Convert each component of the normalized floating-point vector into signed integer values...</div></div>
<divclass="ttc"id="a00171_html_gac58ee89d0e224bb6df5e8bbb18843a2d"><divclass="ttname"><ahref="a00171.html#gac58ee89d0e224bb6df5e8bbb18843a2d">glm::unpackUnorm4x4</a></div><divclass="ttdeci">GLM_FUNC_DECL vec4 unpackUnorm4x4(uint16 p)</div><divclass="ttdoc">Convert each unsigned integer components of a vector to normalized floating-point values...</div></div>
<divclass="ttc"id="a00171_html_ga1319207e30874fb4931a9ee913983ee1"><divclass="ttname"><ahref="a00171.html#ga1319207e30874fb4931a9ee913983ee1">glm::unpackUnorm1x8</a></div><divclass="ttdeci">GLM_FUNC_DECL float unpackUnorm1x8(uint8 p)</div><divclass="ttdoc">Convert a single 8-bit integer to a normalized floating-point value. </div></div>
<divclass="ttc"id="a00171_html_ga63eeec0d416e48462f341f4a7a9a45fe"><divclass="ttname"><ahref="a00171.html#ga63eeec0d416e48462f341f4a7a9a45fe">glm::unpackSnorm</a></div><divclass="ttdeci">GLM_FUNC_DECL vecType< floatType, P > unpackSnorm(vecType< intType, P > const &v)</div><divclass="ttdoc">Convert each signed integer components of a vector to normalized floating-point values. </div></div>
<divclass="ttc"id="a00171_html_gaf3f9387834f8d8beadfe723c1dd247a7"><divclass="ttname"><ahref="a00171.html#gaf3f9387834f8d8beadfe723c1dd247a7">glm::unpackHalf</a></div><divclass="ttdeci">GLM_FUNC_DECL vecType< float, P > unpackHalf(vecType< uint16, P > const &p)</div><divclass="ttdoc">Returns a floating-point vector with components obtained by reinterpreting an integer vector as 16-bi...</div></div>
<divclass="ttc"id="a00171_html_ga57dfc41b2eb20b0ac00efae7d9c49dcd"><divclass="ttname"><ahref="a00171.html#ga57dfc41b2eb20b0ac00efae7d9c49dcd">glm::unpackHalf4x16</a></div><divclass="ttdeci">GLM_FUNC_DECL vec4 unpackHalf4x16(uint64 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="a00171_html_ga43f2093b6ff192a79058ff7834fc3528"><divclass="ttname"><ahref="a00171.html#ga43f2093b6ff192a79058ff7834fc3528">glm::packHalf1x16</a></div><divclass="ttdeci">GLM_FUNC_DECL uint16 packHalf1x16(float 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="a00171_html_gab9e60ebe3ad3eeced6a9ec6eb876d74e"><divclass="ttname"><ahref="a00171.html#gab9e60ebe3ad3eeced6a9ec6eb876d74e">glm::unpackF3x9_E1x5</a></div><divclass="ttdeci">GLM_FUNC_DECL vec3 unpackF3x9_E1x5(uint32 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="a00171_html_ga48df3042a7d079767f5891a1bfd8a60a"><divclass="ttname"><ahref="a00171.html#ga48df3042a7d079767f5891a1bfd8a60a">glm::unpackU3x10_1x2</a></div><divclass="ttdeci">GLM_FUNC_DECL uvec4 unpackU3x10_1x2(uint32 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="a00171_html_ga6abd5a9014df3b5ce4059008d2491260"><divclass="ttname"><ahref="a00171.html#ga6abd5a9014df3b5ce4059008d2491260">glm::unpackUnorm2x3_1x2</a></div><divclass="ttdeci">GLM_FUNC_DECL vec3 unpackUnorm2x3_1x2(uint8 p)</div><divclass="ttdoc">Convert each unsigned integer components of a vector to normalized floating-point values...</div></div>
<divclass="ttc"id="a00171_html_ga9a666b1c688ab54100061ed06526de6e"><divclass="ttname"><ahref="a00171.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="a00171_html_gae3592e0795e62aaa1865b3a10496a7a1"><divclass="ttname"><ahref="a00171.html#gae3592e0795e62aaa1865b3a10496a7a1">glm::packSnorm1x8</a></div><divclass="ttdeci">GLM_FUNC_DECL uint8 packSnorm1x8(float s)</div><divclass="ttdoc">First, converts the normalized floating-point value v into 8-bit integer value. </div></div>
<divclass="ttc"id="a00171_html_ga896d806b72e390eb953786cca3632ec9"><divclass="ttname"><ahref="a00171.html#ga896d806b72e390eb953786cca3632ec9">glm::packHalf</a></div><divclass="ttdeci">GLM_FUNC_DECL vecType< uint16, P > packHalf(vecType< float, P > const &v)</div><divclass="ttdoc">Returns an unsigned integer vector obtained by converting the components of a floating-point vector t...</div></div>
<divclass="ttc"id="a00171_html_gab997545661877d2c7362a5084d3897d3"><divclass="ttname"><ahref="a00171.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="a00171_html_gab6bbd5be3b8e6db538ecb33a7844481c"><divclass="ttname"><ahref="a00171.html#gab6bbd5be3b8e6db538ecb33a7844481c">glm::packUnorm2x4</a></div><divclass="ttdeci">GLM_FUNC_DECL uint8 packUnorm2x4(vec2 const &v)</div><divclass="ttdoc">Convert each component of the normalized floating-point vector into unsigned integer values...</div></div>
<divclass="ttc"id="a00171_html_gacb9a3df68172c1193c9d701a3fa4d88b"><divclass="ttname"><ahref="a00171.html#gacb9a3df68172c1193c9d701a3fa4d88b">glm::packUnorm</a></div><divclass="ttdeci">GLM_FUNC_DECL vecType< uintType, P > packUnorm(vecType< floatType, P > const &v)</div><divclass="ttdoc">Convert each component of the normalized floating-point vector into unsigned integer values...</div></div>
<divclass="ttc"id="a00157_html_gaa7c3a0e7ae50c34c3290415c115f251e"><divclass="ttname"><ahref="a00157.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="a00127_source.html#l00547">type_vec.hpp:547</a></div></div>
<divclass="ttc"id="a00171_html_gafe2f7b39caf8f5ec555e1c059ec530e6"><divclass="ttname"><ahref="a00171.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="a00171_html_gaec4112086d7fb133bea104a7c237de52"><divclass="ttname"><ahref="a00171.html#gaec4112086d7fb133bea104a7c237de52">glm::packUnorm3x5_1x1</a></div><divclass="ttdeci">GLM_FUNC_DECL uint16 packUnorm3x5_1x1(vec4 const &v)</div><divclass="ttdoc">Convert each component of the normalized floating-point vector into unsigned integer values...</div></div>
<divclass="ttc"id="a00171_html_ga768e0337dd6246773f14aa0a421fe9a8"><divclass="ttname"><ahref="a00171.html#ga768e0337dd6246773f14aa0a421fe9a8">glm::packUnorm1x5_1x6_1x5</a></div><divclass="ttdeci">GLM_FUNC_DECL uint16 packUnorm1x5_1x6_1x5(vec3 const &v)</div><divclass="ttdoc">Convert each component of the normalized floating-point vector into unsigned integer values...</div></div>
<divclass="ttc"id="a00171_html_gaaddf9c353528fe896106f7181219c7f4"><divclass="ttname"><ahref="a00171.html#gaaddf9c353528fe896106f7181219c7f4">glm::unpackSnorm4x16</a></div><divclass="ttdeci">GLM_FUNC_DECL vec4 unpackSnorm4x16(uint64 p)</div><divclass="ttdoc">First, unpacks a single 64-bit unsigned integer p into four 16-bit signed integers. </div></div>
<divclass="ttc"id="a00171_html_ga6be3cfb2cce3702f03e91bbeb5286d7e"><divclass="ttname"><ahref="a00171.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="a00171_html_ga4944ad465ff950e926d49621f916c78d"><divclass="ttname"><ahref="a00171.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>
<divclass="ttc"id="a00171_html_ga4851ff86678aa1c7ace9d67846894285"><divclass="ttname"><ahref="a00171.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="a00171_html_ga2e50476132fe5f27f08e273d9c70d85b"><divclass="ttname"><ahref="a00171.html#ga2e50476132fe5f27f08e273d9c70d85b">glm::unpackUnorm2x4</a></div><divclass="ttdeci">GLM_FUNC_DECL vec2 unpackUnorm2x4(uint8 p)</div><divclass="ttdoc">Convert each unsigned integer components of a vector to normalized floating-point values...</div></div>
<divclass="ttc"id="a00171_html_ga96dd15002370627a443c835ab03a766c"><divclass="ttname"><ahref="a00171.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="a00171_html_ga8b128e89be449fc71336968a66bf6e1a"><divclass="ttname"><ahref="a00171.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="a00171_html_ga4b2fa60df3460403817d28b082ee0736"><divclass="ttname"><ahref="a00171.html#ga4b2fa60df3460403817d28b082ee0736">glm::packUnorm1x8</a></div><divclass="ttdeci">GLM_FUNC_DECL uint8 packUnorm1x8(float v)</div><divclass="ttdoc">First, converts the normalized floating-point value v into a 8-bit integer value. ...</div></div>
<divclass="ttc"id="a00157_html_gaa8ea2429bb3cb41a715258a447f39897"><divclass="ttname"><ahref="a00157.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="a00127_source.html#l00461">type_vec.hpp:461</a></div></div>
<divclass="ttc"id="a00171_html_ga5ff95ff5bc16f396432ab67243dbae4d"><divclass="ttname"><ahref="a00171.html#ga5ff95ff5bc16f396432ab67243dbae4d">glm::unpackUnorm3x5_1x1</a></div><divclass="ttdeci">GLM_FUNC_DECL vec4 unpackUnorm3x5_1x1(uint16 p)</div><divclass="ttdoc">Convert each unsigned integer components of a vector to normalized floating-point values...</div></div>
<divclass="ttc"id="a00157_html_ga09d0200e8ff86391d8804b4fefd5f1da"><divclass="ttname"><ahref="a00157.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="a00127_source.html#l00456">type_vec.hpp:456</a></div></div>
<divclass="ttc"id="a00171_html_ga1f63c264e7ab63264e2b2a99fd393897"><divclass="ttname"><ahref="a00171.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="a00171_html_ga7a4fbf79be9740e3c57737bc2af05e5b"><divclass="ttname"><ahref="a00171.html#ga7a4fbf79be9740e3c57737bc2af05e5b">glm::unpackSnorm3x10_1x2</a></div><divclass="ttdeci">GLM_FUNC_DECL vec4 unpackSnorm3x10_1x2(uint32 p)</div><divclass="ttdoc">First, unpacks a single 32-bit unsigned integer p into four 16-bit signed integers. </div></div>
<divclass="ttc"id="a00157_html_gaaa26c41d168dc00be0fe55f4d0a34224"><divclass="ttname"><ahref="a00157.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="a00127_source.html#l00520">type_vec.hpp:520</a></div></div>
<divclass="ttc"id="a00171_html_ga8a1ee625d2707c60530fb3fca2980b19"><divclass="ttname"><ahref="a00171.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="a00171_html_ga2b1fd1e854705b1345e98409e0a25e50"><divclass="ttname"><ahref="a00171.html#ga2b1fd1e854705b1345e98409e0a25e50">glm::unpackF2x11_1x10</a></div><divclass="ttdeci">GLM_FUNC_DECL vec3 unpackF2x11_1x10(uint32 p)</div><divclass="ttdoc">First, unpacks a single 32-bit unsigned integer p into two 11-bit signless floating-point values and ...</div></div>