Share via


IMTLRenderCommandEncoder.DispatchThreadsPerTile(MTLSize) Method

Definition

[Foundation.Export("dispatchThreadsPerTile:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DispatchThreadsPerTile(Metal.MTLSize threadsPerTile);
[<Foundation.Export("dispatchThreadsPerTile:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DispatchThreadsPerTile : Metal.MTLSize -> unit
override this.DispatchThreadsPerTile : Metal.MTLSize -> unit

Parameters

threadsPerTile
MTLSize
Attributes

Applies to