-
Notifications
You must be signed in to change notification settings - Fork 548
MetalPerformanceShadersGraph iOS xcode16.0 b2
Rolf Bjarne Kvinge edited this page Jun 26, 2024
·
2 revisions
#MetalPerformanceShadersGraph.framework
diff -ruN /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/MetalPerformanceShadersGraph.framework/Headers/MPSGraphExecutable.h /Applications/Xcode_16.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/MetalPerformanceShadersGraph.framework/Headers/MPSGraphExecutable.h
--- /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/MetalPerformanceShadersGraph.framework/Headers/MPSGraphExecutable.h 2024-05-30 05:56:17
+++ /Applications/Xcode_16.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/MetalPerformanceShadersGraph.framework/Headers/MPSGraphExecutable.h 2024-06-15 12:34:10
@@ -223,7 +223,7 @@
/// - compilationDescriptor: Compilation descriptor to be used to specialize, since the executable was created with a compilationDescriptor already this one overrides those settings to the extent it can.
-(instancetype) initWithCoreMLPackageAtURL:(NSURL *)coreMLPackageURL
compilationDescriptor:(MPSGraphCompilationDescriptor * _Nullable) compilationDescriptor
-MPS_SWIFT_NAME( init(package:descriptor:) )
+MPS_SWIFT_NAME( init(coreMLPackageAtURL:descriptor:) )
MPS_AVAILABLE_STARTING(macos(15.0), ios(18.0), tvos(18.0));
@end