IMTLRenderCommandEncoder.SetVertexSamplerState Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SetVertexSamplerState(IMTLSamplerState, nuint) | |
SetVertexSamplerState(IMTLSamplerState, Single, Single, nuint) |
SetVertexSamplerState(IMTLSamplerState, nuint)
[Foundation.Export("setVertexSamplerState:atIndex:")]
[Foundation.Preserve(Conditional=true)]
public void SetVertexSamplerState (Metal.IMTLSamplerState sampler, nuint index);
abstract member SetVertexSamplerState : Metal.IMTLSamplerState * nuint -> unit
Paramètres
- sampler
- IMTLSamplerState
- index
- System.System.UIntPtr System.unativeint
- Attributs
S’applique à
SetVertexSamplerState(IMTLSamplerState, Single, Single, nuint)
[Foundation.Export("setVertexSamplerState:lodMinClamp:lodMaxClamp:atIndex:")]
[Foundation.Preserve(Conditional=true)]
public void SetVertexSamplerState (Metal.IMTLSamplerState sampler, float lodMinClamp, float lodMaxClamp, nuint index);
abstract member SetVertexSamplerState : Metal.IMTLSamplerState * single * single * nuint -> unit
Paramètres
- sampler
- IMTLSamplerState
- lodMinClamp
- Single
- lodMaxClamp
- Single
- index
- System.System.UIntPtr System.unativeint
- Attributs