Share via


IMTL4ComputeCommandEncoder.CopyIndirectCommandBuffer Method

Definition

[Foundation.Export("copyIndirectCommandBuffer:sourceRange:destination:destinationIndex:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void CopyIndirectCommandBuffer(Metal.IMTLIndirectCommandBuffer source, Foundation.NSRange sourceRange, Metal.IMTLIndirectCommandBuffer destination, UIntPtr destinationIndex);
[<Foundation.Export("copyIndirectCommandBuffer:sourceRange:destination:destinationIndex:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CopyIndirectCommandBuffer : Metal.IMTLIndirectCommandBuffer * Foundation.NSRange * Metal.IMTLIndirectCommandBuffer * unativeint -> unit
override this.CopyIndirectCommandBuffer : Metal.IMTLIndirectCommandBuffer * Foundation.NSRange * Metal.IMTLIndirectCommandBuffer * unativeint -> unit

Parameters

sourceRange
NSRange
destinationIndex
UIntPtr

unativeint

Attributes

Applies to