다음을 통해 공유


IMTLComputeCommandEncoder.SetSamplerStates 메서드

정의

오버로드

SetSamplerStates(IMTLSamplerState[], NSRange)
SetSamplerStates(IMTLSamplerState[], IntPtr, IntPtr, NSRange)

SetSamplerStates(IMTLSamplerState[], NSRange)

[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
특성

적용 대상

SetSamplerStates(IMTLSamplerState[], IntPtr, IntPtr, NSRange)

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

매개 변수

samplers
IMTLSamplerState[]
floatArrayPtrLodMinClamps
IntPtr

nativeint

floatArrayPtrLodMaxClamps
IntPtr

nativeint

range
NSRange
특성

적용 대상