MTLCommandBufferErrorExtensions.GetDomain(MTLCommandBufferError) Method

Definition

Returns the error domain associated with the Metal.MTLCommandBufferError value

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

Parameters

self
MTLCommandBufferError

The enumeration value

Returns

Remarks

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

Applies to