MTLLibraryErrorExtensions.GetDomain(MTLLibraryError) Method

Definition

Returns the error domain associated with the Metal.MTLLibraryError value

public static Foundation.NSString GetDomain (this Metal.MTLLibraryError self);
static member GetDomain : Metal.MTLLibraryError -> Foundation.NSString

Parameters

self
MTLLibraryError

The enumeration value

Returns

Remarks

See the NSError for information on how to use the error domains when reporting errors.

Applies to