D3DXFLOAT32TO16Array function
Convert 32-bit of Float arrays as 16-bit arrays.
definition:
D3DXFLOAT16 * WINAPI D3DXFLOAT32TO16ARRAY
D3DXFLOAT16 * Pout,
Const float * Pin,
Uint N
);
parameter:
pout
[IN, OUT] points to the 16-bit of FLOAT array.
pin
[in] Points to the float array of 32-bit.
n
The number of elements in the array.
return value:
Point a 16-bit of FLOAT array.
Function information:
HEADER
D3DX9Math.h
Import Library
D3DX9.LIB
Minimum operation systems
WINDOWS 98