IMTLComputeCommandEncoder.SetSamplerStates 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
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
Paramètres
- samplers
- IMTLSamplerState[]
- range
- NSRange
- Attributs
S’applique à
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
Paramètres
- samplers
- IMTLSamplerState[]
- floatArrayPtrLodMinClamps
-
IntPtr
nativeint
- floatArrayPtrLodMaxClamps
-
IntPtr
nativeint
- range
- NSRange
- Attributs