IMTLCommandEncoder Interface
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.
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) |