IMTLRenderCommandEncoder.SetFragmentSamplerStates Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
SetFragmentSamplerStates(IMTLSamplerState[], NSRange) | |
SetFragmentSamplerStates(IMTLSamplerState[], IntPtr, IntPtr, NSRange) |
SetFragmentSamplerStates(IMTLSamplerState[], NSRange)
[Foundation.Export("setFragmentSamplerStates:withRange:")]
[Foundation.Preserve(Conditional=true)]
public void SetFragmentSamplerStates (Metal.IMTLSamplerState[] samplers, Foundation.NSRange range);
abstract member SetFragmentSamplerStates : Metal.IMTLSamplerState[] * Foundation.NSRange -> unit
Parámetros
- samplers
- IMTLSamplerState[]
- range
- NSRange
- Atributos
Se aplica a
SetFragmentSamplerStates(IMTLSamplerState[], IntPtr, IntPtr, NSRange)
[Foundation.Export("setFragmentSamplerStates:lodMinClamps:lodMaxClamps:withRange:")]
[Foundation.Preserve(Conditional=true)]
public void SetFragmentSamplerStates (Metal.IMTLSamplerState[] samplers, IntPtr floatArrayPtrLodMinClamps, IntPtr floatArrayPtrLodMaxClamps, Foundation.NSRange range);
abstract member SetFragmentSamplerStates : Metal.IMTLSamplerState[] * nativeint * nativeint * Foundation.NSRange -> unit
Parámetros
- samplers
- IMTLSamplerState[]
- floatArrayPtrLodMinClamps
-
IntPtr
nativeint
- floatArrayPtrLodMaxClamps
-
IntPtr
nativeint
- range
- NSRange
- Atributos