Share via


IMTLCommandQueue.CreateCommandBuffer(MTLCommandBufferDescriptor) Method

Definition

[Foundation.Export("commandBufferWithDescriptor:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Metal.IMTLCommandBuffer? CreateCommandBuffer(Metal.MTLCommandBufferDescriptor descriptor);
[<Foundation.Export("commandBufferWithDescriptor:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateCommandBuffer : Metal.MTLCommandBufferDescriptor -> Metal.IMTLCommandBuffer
override this.CreateCommandBuffer : Metal.MTLCommandBufferDescriptor -> Metal.IMTLCommandBuffer

Parameters

Returns

Attributes

Applies to