IMTLDevice.CreateFunctionHandle 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
CreateFunctionHandle(IMTL4BinaryFunction)
[Foundation.Export("functionHandleWithBinaryFunction:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Metal.IMTLFunctionHandle? CreateFunctionHandle(Metal.IMTL4BinaryFunction function);
[<Foundation.Export("functionHandleWithBinaryFunction:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateFunctionHandle : Metal.IMTL4BinaryFunction -> Metal.IMTLFunctionHandle
override this.CreateFunctionHandle : Metal.IMTL4BinaryFunction -> Metal.IMTLFunctionHandle
Parameters
- function
- IMTL4BinaryFunction
Returns
- Attributes
Applies to
CreateFunctionHandle(IMTLFunction)
[Foundation.Export("functionHandleWithFunction:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Metal.IMTLFunctionHandle? CreateFunctionHandle(Metal.IMTLFunction function);
[<Foundation.Export("functionHandleWithFunction:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateFunctionHandle : Metal.IMTLFunction -> Metal.IMTLFunctionHandle
override this.CreateFunctionHandle : Metal.IMTLFunction -> Metal.IMTLFunctionHandle
Parameters
- function
- IMTLFunction
Returns
- Attributes