![]() |
![]() |
![]() |
Converts an array of 16-bit floats to 32-bit floats.
Syntax
FLOAT *WINAPI D3DXFloat16To32Array(
FLOAT *pOut, const D3DXFLOAT16 *pIn, UINT n );
Parameters
- pOut
- [in, out] Pointer to the array of 32-bit floats.
- pIn
- [in] Pointer to an array of 16-bit floats.
- n
- [in] Number of elements in the array.
Return Value
Pointer to an array of 32-bit floats.
Function Information
Header d3dx9math.h Import library d3dx9.lib Minimum operating systems Windows 98