Share via


IMTL4CommandBuffer.ResolveCounterHeap Method

Definition

[Foundation.Export("resolveCounterHeap:withRange:intoBuffer:waitFence:updateFence:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ResolveCounterHeap(Metal.IMTL4CounterHeap counterHeap, Foundation.NSRange range, Metal.MTL4BufferRange bufferRange, Metal.IMTLFence? fenceToWait, Metal.IMTLFence? fenceToUpdate);
[<Foundation.Export("resolveCounterHeap:withRange:intoBuffer:waitFence:updateFence:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ResolveCounterHeap : Metal.IMTL4CounterHeap * Foundation.NSRange * Metal.MTL4BufferRange * Metal.IMTLFence * Metal.IMTLFence -> unit
override this.ResolveCounterHeap : Metal.IMTL4CounterHeap * Foundation.NSRange * Metal.MTL4BufferRange * Metal.IMTLFence * Metal.IMTLFence -> unit

Parameters

counterHeap
IMTL4CounterHeap
range
NSRange
bufferRange
MTL4BufferRange
fenceToWait
IMTLFence
fenceToUpdate
IMTLFence
Attributes

Applies to