XMFLOAT2A structure (directxmath.h)
Describes an XMFLOAT2 structure aligned on a 16-byte boundary.
Note See DirectXMath Library Type Equivalences for information about equivalent D3DDECLTYPE, D3DFORMAT, and
DXGI_FORMAT objects.
C++
struct XMFLOAT2A : XMFLOAT2 {
};
The XMFLOAT2A structure implements XMFLOAT2.
XMFLOAT2A
can be loaded into instances of XMVECTOR by using XMLoadFloat2A.
Instances of XMVECTOR
can be stored into an instance of XMFLOAT2A
with XMStoreFloat2A.
Requirement | Value |
---|---|
Header | directxmath.h |