IMTLBinaryArchive.AddRenderPipelineFunctions 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.
[Foundation.Export("addRenderPipelineFunctionsWithDescriptor:error:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool AddRenderPipelineFunctions(Metal.MTLRenderPipelineDescriptor descriptor, out Foundation.NSError? error);
[<Foundation.Export("addRenderPipelineFunctionsWithDescriptor:error:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AddRenderPipelineFunctions : Metal.MTLRenderPipelineDescriptor * NSError -> bool
override this.AddRenderPipelineFunctions : Metal.MTLRenderPipelineDescriptor * NSError -> bool
Parameters
- descriptor
- MTLRenderPipelineDescriptor
- error
- NSError
Returns
- Attributes