ios/Runner/Info.plistの面倒くさい設定起動できね
参考
NSTemporaryExceptionAllowsInsecureHTTPLoads
=> NSExceptionAllowsInsecureHTTPLoads
NSTemporaryExceptionMinimumTLSVersion =>
NSExceptionMinimumTLSVersion`
NSTemporaryExceptionRequiresForwardSecrecy
=> `NSExceptionRequiresForwardSecrecy
ドメインは https://
書くと起動できないみたい
PNGをMetalで読める
03_MetalShaderImageRender
private func loadTexture() { // MTKTextureLoaderを初期化 let textureLoader = MTKTextureLoader(device: device) // テクスチャをロード texture = try! textureLoader.newTexture( // name: "highsierra", name: "160603_animate", scaleFactor: view.contentScaleFactor, bundle: nil)