IMTL4CommandBuffer.BeginCommandBuffer 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.
Overloads
| Name | Description |
|---|---|
| BeginCommandBuffer(IMTL4CommandAllocator) | |
| BeginCommandBuffer(IMTL4CommandAllocator, MTL4CommandBufferOptions) |
BeginCommandBuffer(IMTL4CommandAllocator)
[Foundation.Export("beginCommandBufferWithAllocator:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void BeginCommandBuffer(Metal.IMTL4CommandAllocator allocator);
[<Foundation.Export("beginCommandBufferWithAllocator:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member BeginCommandBuffer : Metal.IMTL4CommandAllocator -> unit
override this.BeginCommandBuffer : Metal.IMTL4CommandAllocator -> unit
Parameters
- allocator
- IMTL4CommandAllocator
- Attributes
Applies to
BeginCommandBuffer(IMTL4CommandAllocator, MTL4CommandBufferOptions)
[Foundation.Export("beginCommandBufferWithAllocator:options:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void BeginCommandBuffer(Metal.IMTL4CommandAllocator allocator, Metal.MTL4CommandBufferOptions options);
[<Foundation.Export("beginCommandBufferWithAllocator:options:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member BeginCommandBuffer : Metal.IMTL4CommandAllocator * Metal.MTL4CommandBufferOptions -> unit
override this.BeginCommandBuffer : Metal.IMTL4CommandAllocator * Metal.MTL4CommandBufferOptions -> unit
Parameters
- allocator
- IMTL4CommandAllocator
- options
- MTL4CommandBufferOptions
- Attributes