D3DXFLOAT16TO32ARRAY function

xiaoxiao2021-03-06  62

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

转载请注明原文地址:https://www.9cbs.com/read-111364.html

New Post(0)