IMTLArgumentEncoder.SetSamplerState(IMTLSamplerState, nuint) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
编码 sampler
到参数缓冲区中。
[Foundation.Export("setSamplerState:atIndex:")]
[Foundation.Preserve(Conditional=true)]
public void SetSamplerState (Metal.IMTLSamplerState sampler, nuint index);
abstract member SetSamplerState : Metal.IMTLSamplerState * nuint -> unit
参数
- sampler
- IMTLSamplerState
参数缓冲区中的采样器。
- index
- System.System.UIntPtr System.unativeint
采样器索引。 金属索引 ID 或 的 MTLArgumentDescriptor索引成员。
- 属性