DkmHlslThreadIdComponents Enum

Definition

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

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.

Applies to