MTLIntersectionFunctionTable_Extensions.SetOpaqueCurveIntersectionFunction Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetOpaqueCurveIntersectionFunction(IMTLIntersectionFunctionTable, MTLIntersectionFunctionSignature, NSRange)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void SetOpaqueCurveIntersectionFunction(this Metal.IMTLIntersectionFunctionTable This, Metal.MTLIntersectionFunctionSignature signature, Foundation.NSRange range);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member SetOpaqueCurveIntersectionFunction : Metal.IMTLIntersectionFunctionTable * Metal.MTLIntersectionFunctionSignature * Foundation.NSRange -> unit
Parameters
- signature
- MTLIntersectionFunctionSignature
- range
- NSRange
- Attributes
Applies to
SetOpaqueCurveIntersectionFunction(IMTLIntersectionFunctionTable, MTLIntersectionFunctionSignature, UIntPtr)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void SetOpaqueCurveIntersectionFunction(this Metal.IMTLIntersectionFunctionTable This, Metal.MTLIntersectionFunctionSignature signature, UIntPtr index);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member SetOpaqueCurveIntersectionFunction : Metal.IMTLIntersectionFunctionTable * Metal.MTLIntersectionFunctionSignature * unativeint -> unit
Parameters
- signature
- MTLIntersectionFunctionSignature
- index
-
UIntPtr
unativeint
- Attributes