XMUINT2 结构

描述 2D 无符号整数向量。

语法

typedef struct _XMUINT2 {
  UINT x;
  UINT y;
} XMUINT2;

成员

x

向量的 x 分量。

y

向量的 y 分量。

备注

此结构在 DirectX SDK (2010 年 6 月) 标头中 D3DX\_DXGIFormatConvert.inl 定义,供 C++ 使用。 Microsoft.DXSDK.D3DX NuGet 包中此标头的最新版本不再定义它,而是依赖于 DirectXMath 中的 DirectX::XMUINT2

要求

要求
标头
D3DX_DXGIFormatConvert.inl

另请参阅

结构

为In-Place图像编辑拆包和打包DXGI_FORMAT