DkmILHlslGetGroupId.Create(DkmHlslThreadIdComponents) Method
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.
Create a new DkmILHlslGetGroupId object instance.
public:
static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILHlslGetGroupId ^ Create(Microsoft::VisualStudio::Debugger::GPU::DkmHlslThreadIdComponents GroupIdComponents);
public:
static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILHlslGetGroupId ^ Create(Microsoft::VisualStudio::Debugger::GPU::DkmHlslThreadIdComponents GroupIdComponents);
static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILHlslGetGroupId Create(Microsoft::VisualStudio::Debugger::GPU::DkmHlslThreadIdComponents GroupIdComponents);
public static Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILHlslGetGroupId Create (Microsoft.VisualStudio.Debugger.GPU.DkmHlslThreadIdComponents GroupIdComponents);
static member Create : Microsoft.VisualStudio.Debugger.GPU.DkmHlslThreadIdComponents -> Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILHlslGetGroupId
Public Shared Function Create (GroupIdComponents As DkmHlslThreadIdComponents) As DkmILHlslGetGroupId
Parameters
- GroupIdComponents
- DkmHlslThreadIdComponents
[In] Specifies what portion of the thread group ID should be pushed on the stack.
Returns
[Out] Result of this method call.