共用方式為


IMTLCommandEncoder 介面

定義

將命令排入佇列和寫入緩衝區的系統通訊協定。

[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
衍生
屬性
實作

屬性

Device

將命令排入佇列和寫入緩衝區的系統通訊協定。

Handle

處理 unmanaged 物件標記法) (指標。

(繼承來源 INativeObject)
Label

將命令排入佇列和寫入緩衝區的系統通訊協定。

方法

EndEncoding()

將命令排入佇列和寫入緩衝區的系統通訊協定。

InsertDebugSignpost(String)

將命令排入佇列和寫入緩衝區的系統通訊協定。

PopDebugGroup()

將命令排入佇列和寫入緩衝區的系統通訊協定。

PushDebugGroup(String)

將命令排入佇列和寫入緩衝區的系統通訊協定。

適用於