Function glm::builtin::unpackDouble2x32
[−]
[src]
pub fn unpackDouble2x32(v: f64) -> UVec2
Returns a two-component unsigned integer vector representation of v
.
The bit-level representation of v
is preserved.
The first component of the vector contains the 32 least significant bits of the double; the second component consists the 32 most significant bits.