XMFLOAT4X3A Structure

Describes an XMFLOAT4X3 structure aligned on a 16-byte boundary.

Note

See DirectXMath Library Type Equivalences for information about equivalent D3DDECLTYPE, D3DFORMAT, and DXGI_FORMAT objects.

Syntax

struct XMFLOAT4X3A : public XMFLOAT4X3  

Remarks

XMFLOAT4X3A can be loaded into instances of XMVECTOR by using XMLoadFloat4x3A.

Instances of XMVECTOR can be stored into an instance of XMFLOAT4X3A with XMStoreFloat4x3A.

Requirements

Header: Declared in directxmath.h.