IMTLCommandEncoder Interface

Definition

System protocol for enqueuing and writing commands into a buffer.

[Foundation.Protocol(Name="MTLCommandEncoder", WrapperType=typeof(Metal.MTLCommandEncoderWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public interface IMTLCommandEncoder : IDisposable, ObjCRuntime.INativeObject
type IMTLCommandEncoder = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Device
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
Label

Methods

EndEncoding()
InsertDebugSignpost(String)
PopDebugGroup()
PushDebugGroup(String)

Applies to