Share via


MTLDynamicLibraryErrorExtensions Class

Definition

Extension methods for the MTLDynamicLibraryError enumeration.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static class MTLDynamicLibraryErrorExtensions
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
type MTLDynamicLibraryErrorExtensions = class
Inheritance
MTLDynamicLibraryErrorExtensions
Attributes

Remarks

The extension method for the MTLDynamicLibraryError enumeration can be used to fetch the error domain associated with these error codes.

Methods

Name Description
GetDomain(MTLDynamicLibraryError)

Returns the error domain associated with the Metal.MTLDynamicLibraryError value

Applies to