D3DXFloat16To32Array

Converts an array of 16-bit floats to 32-bit floats.

FLOAT * 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 Values

Pointer to an array of 32-bit floats.

Requirements

Header: Declared in D3dx9math.h.