IMTLDevice.CreateCounterHeap(MTL4CounterHeapDescriptor, NSError) 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("newCounterHeapWithDescriptor:error:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Metal.IMTL4CounterHeap? CreateCounterHeap(Metal.MTL4CounterHeapDescriptor descriptor, out Foundation.NSError? error);
[<Foundation.Export("newCounterHeapWithDescriptor:error:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateCounterHeap : Metal.MTL4CounterHeapDescriptor * NSError -> Metal.IMTL4CounterHeap
override this.CreateCounterHeap : Metal.MTL4CounterHeapDescriptor * NSError -> Metal.IMTL4CounterHeap
Parameters
- descriptor
- MTL4CounterHeapDescriptor
- error
- NSError
Returns
- Attributes