MTKTextureLoaderError Class

Definition

Key and domain strings for working with texture loading errors.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public static class MTKTextureLoaderError
type MTKTextureLoaderError = class
Inheritance
MTKTextureLoaderError
Attributes

Properties

Domain

Gets the error domain where texture initialization errors are reported.

Key

Gets the key that is used to retrieve error information from the UserInfo property of a texture initialization error.

Applies to