(directxmath.h) 的 XMFLOAT4X4A 结构
描述在 16 字节边界上对齐的 XMFLOAT4X4 结构。
语法
struct XMFLOAT4X4A : XMFLOAT4X4 {
};
继承
XMFLOAT4X4A 结构实现 XMFLOAT4X4。
备注
XMFLOAT4X4A
可以使用 XMLoadFloat4x4A 加载到 XMVECTOR 的实例中。
XMVECTOR
的实例可以使用 XMStoreFloat4x4A 存储到 的XMFLOAT4X4A
实例中。
平台要求
Microsoft Visual Studio 2010 或 Microsoft Visual Studio 2012 以及 Windows SDK for Windows 8。 支持 Win32 桌面应用、Windows 应用商店应用和 Windows Phone 8 应用。要求
标头 | directxmath.h |