IMTLArgumentEncoder.SetSamplerStates(IMTLSamplerState[], NSRange) 方法

定义

将提供的 samplers 编码到参数缓冲区中。

[Foundation.Export("setSamplerStates:withRange:")]
[Foundation.Preserve(Conditional=true)]
public void SetSamplerStates (Metal.IMTLSamplerState[] samplers, Foundation.NSRange range);
abstract member SetSamplerStates : Metal.IMTLSamplerState[] * Foundation.NSRange -> unit

参数

samplers
IMTLSamplerState[]

要从中选择要编码的采样器的采样器数组。

range
NSRange

索引到 samplers。 金属索引 ID 或 的索引成员 MTLArgumentDescriptor

属性

适用于