다음을 통해 공유


IMTLRenderCommandEncoder.SetFragmentSamplerState 메서드

정의

오버로드

SetFragmentSamplerState(IMTLSamplerState, nuint)
SetFragmentSamplerState(IMTLSamplerState, Single, Single, nuint)

SetFragmentSamplerState(IMTLSamplerState, nuint)

[Foundation.Export("setFragmentSamplerState:atIndex:")]
[Foundation.Preserve(Conditional=true)]
public void SetFragmentSamplerState (Metal.IMTLSamplerState sampler, nuint index);
abstract member SetFragmentSamplerState : Metal.IMTLSamplerState * nuint -> unit

매개 변수

index
System.System.UIntPtr System.unativeint
특성

적용 대상

SetFragmentSamplerState(IMTLSamplerState, Single, Single, nuint)

[Foundation.Export("setFragmentSamplerState:lodMinClamp:lodMaxClamp:atIndex:")]
[Foundation.Preserve(Conditional=true)]
public void SetFragmentSamplerState (Metal.IMTLSamplerState sampler, float lodMinClamp, float lodMaxClamp, nuint index);
abstract member SetFragmentSamplerState : Metal.IMTLSamplerState * single * single * nuint -> unit

매개 변수

lodMinClamp
Single
lodMaxClamp
Single
index
System.System.UIntPtr System.unativeint
특성

적용 대상