IMTLRenderCommandEncoder.SetFragmentSamplerState メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
パラメーター
- sampler
- IMTLSamplerState
- 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
パラメーター
- sampler
- IMTLSamplerState
- lodMinClamp
- Single
- lodMaxClamp
- Single
- index
- System.System.UIntPtr System.unativeint
- 属性