IMTLIndirectCommandBuffer.GetIndirectComputeCommand(UIntPtr) 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.
[Foundation.Export("indirectComputeCommandAtIndex:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Metal.IMTLIndirectComputeCommand GetIndirectComputeCommand(UIntPtr commandIndex);
[<Foundation.Export("indirectComputeCommandAtIndex:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetIndirectComputeCommand : unativeint -> Metal.IMTLIndirectComputeCommand
override this.GetIndirectComputeCommand : unativeint -> Metal.IMTLIndirectComputeCommand
Parameters
- commandIndex
-
UIntPtr
unativeint
Returns
- Attributes