MTLFunction_Extensions.CreateArgumentEncoder 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
CreateArgumentEncoder(IMTLFunction, nuint) |
為指定的緩衝區索引建立新的引數編碼器。 |
CreateArgumentEncoder(IMTLFunction, nuint, MTLArgument) |
為指定的緩衝區索引和反映引數建立新的引數編碼器。 |
CreateArgumentEncoder(IMTLFunction, nuint)
為指定的緩衝區索引建立新的引數編碼器。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static Metal.IMTLArgumentEncoder CreateArgumentEncoder (this Metal.IMTLFunction This, nuint bufferIndex);
static member CreateArgumentEncoder : Metal.IMTLFunction * nuint -> Metal.IMTLArgumentEncoder
參數
- This
- IMTLFunction
這個方法運作所在的 實例。
- bufferIndex
- System.System.UIntPtr System.unativeint
索引至引數緩衝區的圖形函式或計算函式。
傳回
- 屬性
適用於
CreateArgumentEncoder(IMTLFunction, nuint, MTLArgument)
為指定的緩衝區索引和反映引數建立新的引數編碼器。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static Metal.IMTLArgumentEncoder CreateArgumentEncoder (this Metal.IMTLFunction This, nuint bufferIndex, out Metal.MTLArgument reflection);
static member CreateArgumentEncoder : Metal.IMTLFunction * nuint * -> Metal.IMTLArgumentEncoder
參數
- This
- IMTLFunction
這個方法運作所在的 實例。
- bufferIndex
- System.System.UIntPtr System.unativeint
索引至引數緩衝區的圖形函式或計算函式。
- reflection
- MTLArgument
產生的反映資料。
傳回
- 屬性