DkmHlslThreadIdComponents Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates which parts of a thread or group ID should be used.
This enumeration supports a bitwise combination of its member values.
public enum class DkmHlslThreadIdComponents
public enum class DkmHlslThreadIdComponents
enum DkmHlslThreadIdComponents
[System.Flags]
public enum DkmHlslThreadIdComponents
[<System.Flags>]
type DkmHlslThreadIdComponents =
Public Enum DkmHlslThreadIdComponents
- Inheritance
-
DkmHlslThreadIdComponents
- Attributes
Fields
Name | Value | Description |
---|---|---|
X | 1 | The X portion of the id vector. |
Y | 2 | The Y portion of the id vector. |
Z | 4 | The Z portion of the id vector. |