MTKTextureLoaderCallback Delegate

Definition

Completion handler for textures loaded with MTKTextureLoader.

public delegate void MTKTextureLoaderCallback(IMTLTexture texture, NSError error);
type MTKTextureLoaderCallback = delegate of IMTLTexture * NSError -> unit

Parameters

texture
IMTLTexture
error
NSError

Applies to