IMTL4Compiler.CreateBinaryFunction 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
CreateBinaryFunction(MTL4BinaryFunctionDescriptor, MTL4CompilerTaskOptions, NSError)
[Foundation.Export("newBinaryFunctionWithDescriptor:compilerTaskOptions:error:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Metal.IMTL4BinaryFunction? CreateBinaryFunction(Metal.MTL4BinaryFunctionDescriptor descriptor, Metal.MTL4CompilerTaskOptions? compilerTaskOptions, out Foundation.NSError? error);
[<Foundation.Export("newBinaryFunctionWithDescriptor:compilerTaskOptions:error:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateBinaryFunction : Metal.MTL4BinaryFunctionDescriptor * Metal.MTL4CompilerTaskOptions * NSError -> Metal.IMTL4BinaryFunction
override this.CreateBinaryFunction : Metal.MTL4BinaryFunctionDescriptor * Metal.MTL4CompilerTaskOptions * NSError -> Metal.IMTL4BinaryFunction
Parameters
- descriptor
- MTL4BinaryFunctionDescriptor
- compilerTaskOptions
- MTL4CompilerTaskOptions
- error
- NSError
Returns
- Attributes
Applies to
CreateBinaryFunction(MTL4BinaryFunctionDescriptor, MTL4CompilerTaskOptions, MTL4CreateBinaryFunctionCompletionHandler)
[Foundation.Export("newBinaryFunctionWithDescriptor:compilerTaskOptions:completionHandler:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Metal.IMTL4CompilerTask CreateBinaryFunction(Metal.MTL4BinaryFunctionDescriptor descriptor, Metal.MTL4CompilerTaskOptions? compilerTaskOptions, Metal.MTL4CreateBinaryFunctionCompletionHandler completionHandler);
[<Foundation.Export("newBinaryFunctionWithDescriptor:compilerTaskOptions:completionHandler:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateBinaryFunction : Metal.MTL4BinaryFunctionDescriptor * Metal.MTL4CompilerTaskOptions * Metal.MTL4CreateBinaryFunctionCompletionHandler -> Metal.IMTL4CompilerTask
override this.CreateBinaryFunction : Metal.MTL4BinaryFunctionDescriptor * Metal.MTL4CompilerTaskOptions * Metal.MTL4CreateBinaryFunctionCompletionHandler -> Metal.IMTL4CompilerTask
Parameters
- descriptor
- MTL4BinaryFunctionDescriptor
- compilerTaskOptions
- MTL4CompilerTaskOptions
- completionHandler
- MTL4CreateBinaryFunctionCompletionHandler
Returns
- Attributes