Uses of Class
org.robovm.apple.metalkit.MTKTextureLoaderOptions
| Package | Description |
|---|---|
| org.robovm.apple.metalkit |
-
Uses of MTKTextureLoaderOptions in org.robovm.apple.metalkit
Methods in org.robovm.apple.metalkit that return MTKTextureLoaderOptions Modifier and Type Method Description MTKTextureLoaderOptionsMTKTextureLoaderOptions. set(NSString key, NSObject value)MTKTextureLoaderOptionsMTKTextureLoaderOptions. setAllocatesMipmaps(boolean allocatesMipmaps)MTKTextureLoaderOptionsMTKTextureLoaderOptions. setSRGB(boolean sRGB)MTKTextureLoaderOptionsMTKTextureLoaderOptions. setTextureCPUCacheMode(MTLCPUCacheMode textureCPUCacheMode)MTKTextureLoaderOptionsMTKTextureLoaderOptions. setTextureUsage(MTLTextureUsage textureUsage)static MTKTextureLoaderOptionsMTKTextureLoaderOptions.Marshaler. toObject(Class<MTKTextureLoaderOptions> cls, long handle, long flags)Methods in org.robovm.apple.metalkit that return types with arguments of type MTKTextureLoaderOptions Modifier and Type Method Description static List<MTKTextureLoaderOptions>MTKTextureLoaderOptions.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.metalkit with parameters of type MTKTextureLoaderOptions Modifier and Type Method Description MTLTextureMTKTextureLoader. newTexture(String name, double scaleFactor, NSBundle bundle, MTKTextureLoaderOptions options)voidMTKTextureLoader. newTexture(String name, double scaleFactor, NSBundle bundle, MTKTextureLoaderOptions options, VoidBlock2<MTLTexture,NSError> completionHandler)MTLTextureMTKTextureLoader. newTexture(CGImage cgImage, MTKTextureLoaderOptions options)voidMTKTextureLoader. newTexture(CGImage cgImage, MTKTextureLoaderOptions options, VoidBlock2<MTLTexture,NSError> completionHandler)voidMTKTextureLoader. newTexture(NSArray<NSString> names, double scaleFactor, NSBundle bundle, MTKTextureLoaderOptions options, VoidBlock2<NSArray<?>,NSError> completionHandler)voidMTKTextureLoader. newTexture(NSArray<NSURL> URLs, MTKTextureLoaderOptions options, VoidBlock2<NSArray<?>,NSError> completionHandler)MTLTextureMTKTextureLoader. newTexture(NSData data, MTKTextureLoaderOptions options)voidMTKTextureLoader. newTexture(NSData data, MTKTextureLoaderOptions options, VoidBlock2<MTLTexture,NSError> completionHandler)MTLTextureMTKTextureLoader. newTexture(NSURL URL, MTKTextureLoaderOptions options)voidMTKTextureLoader. newTexture(NSURL URL, MTKTextureLoaderOptions options, VoidBlock2<MTLTexture,NSError> completionHandler)MTLTextureMTKTextureLoader. newTexture(MDLTexture texture, MTKTextureLoaderOptions options)voidMTKTextureLoader. newTexture(MDLTexture texture, MTKTextureLoaderOptions options, VoidBlock2<MTLTexture,NSError> completionHandler)NSArray<?>MTKTextureLoader. newTextures(NSArray<NSURL> URLs, MTKTextureLoaderOptions options)static longMTKTextureLoaderOptions.Marshaler. toNative(MTKTextureLoaderOptions o, long flags)Method parameters in org.robovm.apple.metalkit with type arguments of type MTKTextureLoaderOptions Modifier and Type Method Description static longMTKTextureLoaderOptions.AsListMarshaler. toNative(List<MTKTextureLoaderOptions> l, long flags)static MTKTextureLoaderOptionsMTKTextureLoaderOptions.Marshaler. toObject(Class<MTKTextureLoaderOptions> cls, long handle, long flags)