Uses of Class
org.robovm.apple.metalkit.MTKTextureLoaderOptions
-
Packages that use 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 MTKTextureLoaderOptions
MTKTextureLoaderOptions. set(NSString key, NSObject value)
MTKTextureLoaderOptions
MTKTextureLoaderOptions. setAllocatesMipmaps(boolean allocatesMipmaps)
MTKTextureLoaderOptions
MTKTextureLoaderOptions. setSRGB(boolean sRGB)
MTKTextureLoaderOptions
MTKTextureLoaderOptions. setTextureCPUCacheMode(MTLCPUCacheMode textureCPUCacheMode)
MTKTextureLoaderOptions
MTKTextureLoaderOptions. setTextureUsage(MTLTextureUsage textureUsage)
static MTKTextureLoaderOptions
MTKTextureLoaderOptions.Marshaler. toObject(java.lang.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 java.util.List<MTKTextureLoaderOptions>
MTKTextureLoaderOptions.AsListMarshaler. toObject(java.lang.Class<? extends NSObject> cls, long handle, long flags)
Methods in org.robovm.apple.metalkit with parameters of type MTKTextureLoaderOptions Modifier and Type Method Description MTLTexture
MTKTextureLoader. newTexture(java.lang.String name, double scaleFactor, NSBundle bundle, MTKTextureLoaderOptions options)
void
MTKTextureLoader. newTexture(java.lang.String name, double scaleFactor, NSBundle bundle, MTKTextureLoaderOptions options, org.robovm.objc.block.VoidBlock2<MTLTexture,NSError> completionHandler)
MTLTexture
MTKTextureLoader. newTexture(CGImage cgImage, MTKTextureLoaderOptions options)
void
MTKTextureLoader. newTexture(CGImage cgImage, MTKTextureLoaderOptions options, org.robovm.objc.block.VoidBlock2<MTLTexture,NSError> completionHandler)
void
MTKTextureLoader. newTexture(NSArray<NSString> names, double scaleFactor, NSBundle bundle, MTKTextureLoaderOptions options, org.robovm.objc.block.VoidBlock2<NSArray<?>,NSError> completionHandler)
void
MTKTextureLoader. newTexture(NSArray<NSURL> URLs, MTKTextureLoaderOptions options, org.robovm.objc.block.VoidBlock2<NSArray<?>,NSError> completionHandler)
MTLTexture
MTKTextureLoader. newTexture(NSData data, MTKTextureLoaderOptions options)
void
MTKTextureLoader. newTexture(NSData data, MTKTextureLoaderOptions options, org.robovm.objc.block.VoidBlock2<MTLTexture,NSError> completionHandler)
MTLTexture
MTKTextureLoader. newTexture(NSURL URL, MTKTextureLoaderOptions options)
void
MTKTextureLoader. newTexture(NSURL URL, MTKTextureLoaderOptions options, org.robovm.objc.block.VoidBlock2<MTLTexture,NSError> completionHandler)
MTLTexture
MTKTextureLoader. newTexture(MDLTexture texture, MTKTextureLoaderOptions options)
void
MTKTextureLoader. newTexture(MDLTexture texture, MTKTextureLoaderOptions options, org.robovm.objc.block.VoidBlock2<MTLTexture,NSError> completionHandler)
NSArray<?>
MTKTextureLoader. newTextures(NSArray<NSURL> URLs, MTKTextureLoaderOptions options)
static long
MTKTextureLoaderOptions.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 long
MTKTextureLoaderOptions.AsListMarshaler. toNative(java.util.List<MTKTextureLoaderOptions> l, long flags)
static MTKTextureLoaderOptions
MTKTextureLoaderOptions.Marshaler. toObject(java.lang.Class<MTKTextureLoaderOptions> cls, long handle, long flags)
-