IMTLArgumentEncoder.SetSamplerState(IMTLSamplerState, nuint) 方法

定义

编码 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索引成员。

属性

适用于