Enum XMSwizzle
Constants used as an element index with Swizzle(XMSwizzle, XMSwizzle, XMSwizzle, XMSwizzle).
Namespace: JeremyAnsel.DirectX.DXMath
Assembly: JeremyAnsel.DirectX.DXMath.dll
Syntax
public enum XMSwizzle : uint
Fields
Name | Description |
---|---|
W | Indicates that the W component of the vector argument is to be copied to the index location in a result vector corresponding to the specified element. |
X | Indicates that the X component of the vector argument is to be copied to the index location in a result vector corresponding to the specified element. |
Y | Indicates that the Y component of the vector argument is to be copied to the index location in a result vector corresponding to the specified element. |
Z | Indicates that the Z component of the vector argument is to be copied to the index location in a result vector corresponding to the specified element. |