mirror of
https://github.com/g-truc/glm.git
synced 2025-04-06 05:55:03 +00:00
Updated unpackHalf2x16 implementation
This commit is contained in:
parent
4286b02686
commit
e359439b86
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ namespace glm
|
|||
|
||||
Pack.orig.a = detail::toFloat16(v.x);
|
||||
Pack.orig.b = detail::toFloat16(v.y);
|
||||
return *(uint*)&Pack;
|
||||
return Pack.other;
|
||||
}
|
||||
|
||||
GLM_FUNC_QUALIFIER vec2 unpackHalf2x16(uint const & v)
|
||||
|
|
Loading…
Add table
Reference in a new issue