Share via


IMTLDevice.CreateIndirectCommandBuffer Method

Definition

[Foundation.Export("newIndirectCommandBufferWithDescriptor:maxCommandCount:options:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Metal.IMTLIndirectCommandBuffer? CreateIndirectCommandBuffer(Metal.MTLIndirectCommandBufferDescriptor descriptor, UIntPtr maxCount, Metal.MTLResourceOptions options);
[<Foundation.Export("newIndirectCommandBufferWithDescriptor:maxCommandCount:options:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateIndirectCommandBuffer : Metal.MTLIndirectCommandBufferDescriptor * unativeint * Metal.MTLResourceOptions -> Metal.IMTLIndirectCommandBuffer
override this.CreateIndirectCommandBuffer : Metal.MTLIndirectCommandBufferDescriptor * unativeint * Metal.MTLResourceOptions -> Metal.IMTLIndirectCommandBuffer

Parameters

maxCount
UIntPtr

unativeint

Returns

Attributes

Applies to