共用方式為


IMTLArgumentEncoder.SetBuffers(IMTLBuffer[], IntPtr, NSRange) 方法

定義

編碼 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

屬性

適用於