IMTLComputePipelineState 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表已編譯計算程式的系統通訊協定。
[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) |
代表已編譯計算程式的系統通訊協定。 |