XMFLOAT4::XMFLOAT4(constfloat*) function (directxmath.h)
A constructor for XMFLOAT4
.
A constructor for XMFLOAT4.
Note This constructor is only available under C++.
Syntax
void XMFLOAT4(
const float *pArray
) noexcept;
Parameters
pArray
A value.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 Build 20348 |
Minimum supported server | Windows 10 Build 20348 |
Target Platform | Windows |
Header | directxmath.h |