MTKTextureLoader
MTKTextureLoader(IMTLDevice)
MTKTextureLoader(IntPtr)
MTKTextureLoader(NativeHandle)
MTKTextureLoader(NSObjectFlag)
ClassHandle
Device
FromCGImage(CGImage, MTKTextureLoaderOptions, MTKTextureLoaderCallback)
FromCGImage(CGImage, MTKTextureLoaderOptions, NSError)
FromCGImageAsync(CGImage, MTKTextureLoaderOptions)
FromData(NSData, MTKTextureLoaderOptions, MTKTextureLoaderCallback)
FromData(NSData, MTKTextureLoaderOptions, NSError)
FromDataAsync(NSData, MTKTextureLoaderOptions)
FromName(String, nfloat, NSBundle, MTKTextureLoaderOptions, MTKTextureLoaderCallback)
FromName(String, NFloat, NSBundle, MTKTextureLoaderOptions, MTKTextureLoaderCallback)
FromName(String, nfloat, NSBundle, MTKTextureLoaderOptions, NSError)
FromName(String, NFloat, NSBundle, MTKTextureLoaderOptions, NSError)
FromName(String, nfloat, NSBundle, NSDictionary, MTKTextureLoaderCallback)
FromName(String, NFloat, NSBundle, NSDictionary, MTKTextureLoaderCallback)
FromName(String, nfloat, NSBundle, NSDictionary, NSError)
FromName(String, NFloat, NSBundle, NSDictionary, NSError)
FromName(String, nfloat, NSDisplayGamut, NSBundle, MTKTextureLoaderOptions, MTKTextureLoaderCallback)
FromName(String, NFloat, NSDisplayGamut, NSBundle, MTKTextureLoaderOptions, MTKTextureLoaderCallback)
FromName(String, nfloat, NSDisplayGamut, NSBundle, MTKTextureLoaderOptions, NSError)
FromName(String, NFloat, NSDisplayGamut, NSBundle, MTKTextureLoaderOptions, NSError)
FromName(String, nfloat, NSDisplayGamut, NSBundle, NSDictionary, MTKTextureLoaderCallback)
FromName(String, NFloat, NSDisplayGamut, NSBundle, NSDictionary, MTKTextureLoaderCallback)
FromName(String, nfloat, NSDisplayGamut, NSBundle, NSDictionary, NSError)
FromName(String, NFloat, NSDisplayGamut, NSBundle, NSDictionary, NSError)
FromNameAsync(String, nfloat, NSBundle, MTKTextureLoaderOptions)
FromNameAsync(String, NFloat, NSBundle, MTKTextureLoaderOptions)
FromNameAsync(String, nfloat, NSBundle, NSDictionary)
FromNameAsync(String, NFloat, NSBundle, NSDictionary)
FromNameAsync(String, nfloat, NSDisplayGamut, NSBundle, MTKTextureLoaderOptions)
FromNameAsync(String, NFloat, NSDisplayGamut, NSBundle, MTKTextureLoaderOptions)
FromNameAsync(String, nfloat, NSDisplayGamut, NSBundle, NSDictionary)
FromNameAsync(String, NFloat, NSDisplayGamut, NSBundle, NSDictionary)
FromNames(String[], nfloat, NSBundle, MTKTextureLoaderOptions, MTKTextureLoaderArrayCallback)
FromNames(String[], NFloat, NSBundle, MTKTextureLoaderOptions, MTKTextureLoaderArrayCallback)
FromNames(String[], nfloat, NSBundle, NSDictionary, MTKTextureLoaderArrayCallback)
FromNames(String[], NFloat, NSBundle, NSDictionary, MTKTextureLoaderArrayCallback)
FromNames(String[], nfloat, NSDisplayGamut, NSBundle, MTKTextureLoaderOptions, MTKTextureLoaderArrayCallback)
FromNames(String[], NFloat, NSDisplayGamut, NSBundle, MTKTextureLoaderOptions, MTKTextureLoaderArrayCallback)
FromNames(String[], nfloat, NSDisplayGamut, NSBundle, NSDictionary, MTKTextureLoaderArrayCallback)
FromNames(String[], NFloat, NSDisplayGamut, NSBundle, NSDictionary, MTKTextureLoaderArrayCallback)
FromNamesAsync(String[], nfloat, NSBundle, MTKTextureLoaderOptions)
FromNamesAsync(String[], NFloat, NSBundle, MTKTextureLoaderOptions)
FromNamesAsync(String[], nfloat, NSBundle, NSDictionary)
FromNamesAsync(String[], NFloat, NSBundle, NSDictionary)
FromNamesAsync(String[], nfloat, NSDisplayGamut, NSBundle, MTKTextureLoaderOptions)
FromNamesAsync(String[], NFloat, NSDisplayGamut, NSBundle, MTKTextureLoaderOptions)
FromNamesAsync(String[], nfloat, NSDisplayGamut, NSBundle, NSDictionary)
FromNamesAsync(String[], NFloat, NSDisplayGamut, NSBundle, NSDictionary)
FromTexture(MDLTexture, MTKTextureLoaderOptions, MTKTextureLoaderCallback)
FromTexture(MDLTexture, MTKTextureLoaderOptions, NSError)
FromTexture(MDLTexture, NSDictionary, MTKTextureLoaderCallback)
FromTexture(MDLTexture, NSDictionary, NSError)
FromTextureAsync(MDLTexture, MTKTextureLoaderOptions)
FromTextureAsync(MDLTexture, NSDictionary)
FromUrl(NSUrl, MTKTextureLoaderOptions, MTKTextureLoaderCallback)
FromUrl(NSUrl, MTKTextureLoaderOptions, NSError)
FromUrlAsync(NSUrl, MTKTextureLoaderOptions)
FromUrls(NSUrl[], MTKTextureLoaderOptions, MTKTextureLoaderArrayCallback)
FromUrls(NSUrl[], MTKTextureLoaderOptions, NSError)
FromUrls(NSUrl[], NSDictionary, MTKTextureLoaderArrayCallback)
FromUrls(NSUrl[], NSDictionary, NSError)
FromUrlsAsync(NSUrl[], MTKTextureLoaderOptions)
FromUrlsAsync(NSUrl[], NSDictionary)
xamarinmac
namespace MetalKit
{
[Introduced(PlatformName.iOS, 9, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 11, PlatformArchitecture.All, null)]
[Register("MTKTextureLoader", true)]
public class MTKTextureLoader : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Introduced(PlatformName.MacOSX, 10, 12, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.iOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public virtual Task<IMTLTexture!>! FromNameAsync(string! name, nfloat scaleFactor, NSDisplayGamut displayGamut, NSBundle? bundle, NSDictionary? options);
}
}
Xamarin macOS | 0.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API