IMTL4ComputeCommandEncoder.ExecuteCommandsInBuffer 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.
Overloads
| Name | Description |
|---|---|
| ExecuteCommandsInBuffer(IMTLIndirectCommandBuffer, UInt64) | |
| ExecuteCommandsInBuffer(IMTLIndirectCommandBuffer, NSRange) |
ExecuteCommandsInBuffer(IMTLIndirectCommandBuffer, UInt64)
[Foundation.Export("executeCommandsInBuffer:indirectBuffer:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ExecuteCommandsInBuffer(Metal.IMTLIndirectCommandBuffer indirectCommandbuffer, ulong indirectRangeBuffer);
[<Foundation.Export("executeCommandsInBuffer:indirectBuffer:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ExecuteCommandsInBuffer : Metal.IMTLIndirectCommandBuffer * uint64 -> unit
override this.ExecuteCommandsInBuffer : Metal.IMTLIndirectCommandBuffer * uint64 -> unit
Parameters
- indirectCommandbuffer
- IMTLIndirectCommandBuffer
- indirectRangeBuffer
- UInt64
- Attributes
Applies to
ExecuteCommandsInBuffer(IMTLIndirectCommandBuffer, NSRange)
[Foundation.Export("executeCommandsInBuffer:withRange:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ExecuteCommandsInBuffer(Metal.IMTLIndirectCommandBuffer indirectCommandBuffer, Foundation.NSRange executionRange);
[<Foundation.Export("executeCommandsInBuffer:withRange:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ExecuteCommandsInBuffer : Metal.IMTLIndirectCommandBuffer * Foundation.NSRange -> unit
override this.ExecuteCommandsInBuffer : Metal.IMTLIndirectCommandBuffer * Foundation.NSRange -> unit
Parameters
- indirectCommandBuffer
- IMTLIndirectCommandBuffer
- executionRange
- NSRange
- Attributes