函数的原型如下:
XMVECTOR XMVectorSplatOne();
这个函数不需要传递参数,它直接返回一个向量,其中每个分量都包含值为 1 的值。
请确保在使用之前包含了 DirectXMath.h 头文件,并在链接时链接到 DirectXMath.lib 库。
转载请注明出处:http://www.zyzy.cn/article/detail/27164/Win32 API/Directxmath.h/XMVectorSplatOne
XMVECTOR XMVectorSplatOne();