D3DXFLOAT16TO32ARRAY function
Convert 16-bit bits of Float arrays to 32-bit array.
definition:
FLOAT * WINAPI D3DXFLOAT16TO32ARRAY
Float * pout,
Const d3dxfloat16 * Pin,
Uint N
);
parameter:
pout
[IN, OUT] points to the 32-bit array of Float.
pin
[in] points to the 16-bit of the float array.
n
[in] How many elements are there in the array.
return value:
Point a float array of 32-bit.
Function information:
HEADER
D3DX9Math.h
Import Library
D3DX9.LIB
Minimum operation systems
WINDOWS 98