MTKTextureLoaderCallback Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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