-
Methods in org.robovm.apple.metalkit with parameters of type MTKTextureLoaderOptions
| Modifier and Type |
Method |
Description |
MTLTexture |
MTKTextureLoader.newTexture(String name,
double scaleFactor,
NSBundle bundle,
MTKTextureLoaderOptions options) |
|
void |
MTKTextureLoader.newTexture(String name,
double scaleFactor,
NSBundle bundle,
MTKTextureLoaderOptions options,
VoidBlock2<MTLTexture,NSError> completionHandler) |
|
MTLTexture |
MTKTextureLoader.newTexture(CGImage cgImage,
MTKTextureLoaderOptions options) |
|
void |
MTKTextureLoader.newTexture(CGImage cgImage,
MTKTextureLoaderOptions options,
VoidBlock2<MTLTexture,NSError> completionHandler) |
|
void |
MTKTextureLoader.newTexture(NSArray<NSString> names,
double scaleFactor,
NSBundle bundle,
MTKTextureLoaderOptions options,
VoidBlock2<NSArray<?>,NSError> completionHandler) |
|
void |
MTKTextureLoader.newTexture(NSArray<NSURL> URLs,
MTKTextureLoaderOptions options,
VoidBlock2<NSArray<?>,NSError> completionHandler) |
|
MTLTexture |
MTKTextureLoader.newTexture(NSData data,
MTKTextureLoaderOptions options) |
|
void |
MTKTextureLoader.newTexture(NSData data,
MTKTextureLoaderOptions options,
VoidBlock2<MTLTexture,NSError> completionHandler) |
|
MTLTexture |
MTKTextureLoader.newTexture(NSURL URL,
MTKTextureLoaderOptions options) |
|
void |
MTKTextureLoader.newTexture(NSURL URL,
MTKTextureLoaderOptions options,
VoidBlock2<MTLTexture,NSError> completionHandler) |
|
MTLTexture |
MTKTextureLoader.newTexture(MDLTexture texture,
MTKTextureLoaderOptions options) |
|
void |
MTKTextureLoader.newTexture(MDLTexture texture,
MTKTextureLoaderOptions options,
VoidBlock2<MTLTexture,NSError> completionHandler) |
|
NSArray<?> |
MTKTextureLoader.newTextures(NSArray<NSURL> URLs,
MTKTextureLoaderOptions options) |
|
static long |
MTKTextureLoaderOptions.Marshaler.toNative(MTKTextureLoaderOptions o,
long flags) |
|