IMTLRenderCommandEncoder.SetFragmentSamplerStates 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
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
Aplica-se 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