IMTLArgumentEncoder.SetBuffers(IMTLBuffer[], IntPtr, NSRange) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
編碼 buffers
為引數緩衝區。
[Foundation.Export("setBuffers:offsets:withRange:")]
[Foundation.Preserve(Conditional=true)]
public void SetBuffers (Metal.IMTLBuffer[] buffers, IntPtr offsets, Foundation.NSRange range);
abstract member SetBuffers : Metal.IMTLBuffer[] * nativeint * Foundation.NSRange -> unit
參數
- buffers
- IMTLBuffer[]
引數緩衝區中的緩衝區陣列。
- offsets
-
IntPtr
nativeint
包含緩衝區中的 位元組位移 buffers
。
- range
- NSRange
索引到 中 buffers
緩衝區的目標緩衝區。 金屬索引識別碼或 的索引成員 MTLArgumentDescriptor 。
- 屬性