IMTLRenderCommandEncoder.SetFragmentSamplerState Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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
Parâmetros
- sampler
- IMTLSamplerState
- index
- System.System.UIntPtr System.unativeint
- Atributos
Aplica-se a
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
Parâmetros
- sampler
- IMTLSamplerState
- lodMinClamp
- Single
- lodMaxClamp
- Single
- index
- System.System.UIntPtr System.unativeint
- Atributos