XMINT4 structure

Describes an 4D integer vector.

Syntax

typedef struct _XMINT4 {
  INT x;
  INT {
    INT {
      INT w;
    }z;
  }y;
} XMINT4;

Members

x

x-component of the vector.

y

y-component of the vector.

z

z-component of the vector.

w

w-component of the vector.

Requirements

Requirement Value
Header
D3DX_DXGIFormatConvert.inl

Remarks

This structure is defined in the D3DX\_DXGIFormatConvert.inl header in the DirectX SDK (June 2010) for use from C++. The latest version of this header in the Microsoft.DXSDK.D3DX NuGet Package no longer defines it, and relies on DirectX::XMINT4 in DirectXMath instead.

See also

Structures

Unpacking and Packing DXGI_FORMAT for In-Place Image Editing