IOAF_NativeInt32ToFloat32
Converts native 32-bit integer float to 32-bit float
Declaration
void IOAF_NativeInt32ToFloat32(const SInt32 *src, Float32 *dest, unsigned int count);Parameters
- src:
Pointer to the data to convert
- dest:
Pointer to the converted data
- count:
The number of items to convert