DXVA2FloatToFixed 函数 (dxva2api.h)
将浮点数转换为 DXVA2_Fixed32 值。
语法
DXVA2_Fixed32 DXVA2FloatToFixed(
[in] const float _float_
);
参数
[in] _float_
要转换为定点值的浮点数。
返回值
函数返回包含转换后的定点值的 DXVA2_Fixed32 结构。
要求
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
目标平台 | Windows |
标头 | dxva2api.h |