共用方式為


IMTLComputePipelineState 介面

定義

代表已編譯計算程式的系統通訊協定。

[Foundation.Protocol(Name="MTLComputePipelineState", WrapperType=typeof(Metal.MTLComputePipelineStateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public interface IMTLComputePipelineState : IDisposable, ObjCRuntime.INativeObject
type IMTLComputePipelineState = interface
    interface INativeObject
    interface IDisposable
屬性
實作

屬性

Device

代表已編譯計算程式的系統通訊協定。

Handle

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

(繼承來源 INativeObject)
MaxTotalThreadsPerThreadgroup

代表已編譯計算程式的系統通訊協定。

ThreadExecutionWidth

代表已編譯計算程式的系統通訊協定。

擴充方法

GetImageblockMemoryLength(IMTLComputePipelineState, MTLSize)

代表已編譯計算程式的系統通訊協定。

GetLabel(IMTLComputePipelineState)

傳回計算管線狀態的描述性標籤。

GetStaticThreadgroupMemoryLength(IMTLComputePipelineState)

代表已編譯計算程式的系統通訊協定。

適用於