?/TD> |
Microsoft DirectX 9.0 |
Converts an array of 32-bit floats to 16-bit floats.
Syntax
D3DXFLOAT16 *WINAPI D3DXFloat32To16Array(
D3DXFLOAT16* pOut, CONST FLOAT* pIn, UINT n );
Parameters
- pOut
- [in, out] Pointer to the array of 16-bit floats.
- pIn
- [in] Pointer to an array of 32-bit floats.
- n
- [in] The number of elements in the array.
Return Value
Pointer to an array of 16-bit floats.
Function Information
Header d3dx9math.h Import library d3dx9.lib Minimum operating systems Windows 98