D3DXFLOAT32TO16Array function

xiaoxiao2021-03-06  65

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

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

New Post(0)