IMTLArgumentEncoder.SetSamplerStates(IMTLSamplerState[], NSRange) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将提供的 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。
- 属性