Sdílet prostřednictvím


DkmILHlslGetGroupId.Create(DkmHlslThreadIdComponents) Method

Definition

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.

Applies to