half_to_float_uint16
half_to_float_uint16(uint16val) ⇒ number
Convert uint16 encoded half float (float16) value to a full 32bit float Useful for decoding 16bit packed data, such as that from serialized files of GPU textures Reverse of to_half_float_uint16
Kind: global function
Returns: number - decoded float
| Param | Type |
|---|---|
| uint16val | number |