MTLCounterSampleBufferErrorExtensions.GetDomain Method

Definition

Returns the error domain associated with the Metal.MTLCounterSampleBufferError value

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

Parameters

self
MTLCounterSampleBufferError

The enumeration value

Returns

Remarks

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

Applies to