Enum XMSelection
Constants used to construct a control vector used with Select(XMVector, XMVector, XMVector).
Namespace: JeremyAnsel.DirectX.DXMath
Assembly: JeremyAnsel.DirectX.DXMath.dll
Syntax
public enum XMSelection : uint
Fields
Name | Description |
---|---|
Select0 | Indicates that the component of the first of the vector arguments is to be copied to the index location in a result vector corresponding to its index in the control vector. |
Select1 | Indicates that the component of the second of the vector arguments is to be copied to the index location in a result vector corresponding to its index in the control vector. |