MTKTextureLoaderArrayCallback Delegate

Definition

public delegate void MTKTextureLoaderArrayCallback(IMTLTexture[] textures, NSError error);
type MTKTextureLoaderArrayCallback = delegate of IMTLTexture[] * NSError -> unit

Parameters

textures
IMTLTexture[]
error
NSError

Applies to