IMTLRenderCommandEncoder.SetFragmentSamplerStates Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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
Parametri
- samplers
- IMTLSamplerState[]
- range
- NSRange
- Attributi
Si applica 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
Parametri
- samplers
- IMTLSamplerState[]
- floatArrayPtrLodMinClamps
-
IntPtr
nativeint
- floatArrayPtrLodMaxClamps
-
IntPtr
nativeint
- range
- NSRange
- Attributi