| Declaration | |
|---|---|
| From | - (void)newTexturesWithNames:(nonnull NSArray<NSString *> *)names scaleFactor:(CGFloat)scaleFactor displayGamut:(nullable CGColorSpaceRef)displayGamut bundle:(nullable NSBundle *)bundle options:(nullable NSDictionary<MTKTextureLoaderOption,id> *)options completionHandler:(nonnull MTKTextureLoaderArrayCallback)completionHandler |
| To | - (void)newTexturesWithNames:(nonnull NSArray<NSString *> *)names scaleFactor:(CGFloat)scaleFactor displayGamut:(NSDisplayGamut)displayGamut bundle:(nullable NSBundle *)bundle options:(nullable NSDictionary<MTKTextureLoaderOption,id> *)options completionHandler:(nonnull MTKTextureLoaderArrayCallback)completionHandler |