Skip to content

MetalFX iOS xcode14.1 b1

Alex Soto edited this page Sep 15, 2022 · 1 revision

#MetalFX.framework

diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/MetalFX.framework/Headers/MTLFXSpatialScaler.h /Applications/Xcode_14.1.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/MetalFX.framework/Headers/MTLFXSpatialScaler.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/MetalFX.framework/Headers/MTLFXSpatialScaler.h	2022-08-05 16:56:37.000000000 -0400
+++ /Applications/Xcode_14.1.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/MetalFX.framework/Headers/MTLFXSpatialScaler.h	2022-09-09 11:38:38.000000000 -0400
@@ -56,6 +56,7 @@
 // frame basis.   We don't care about the textures assigned except that they must
 // match the required MTLTextureUsage flags.
 @property (nonatomic, retain, nullable) id<MTLTexture> colorTexture;
+// outputTexture is required to have MTLStorageModePrivate for storageMode
 @property (nonatomic, retain, nullable) id<MTLTexture> outputTexture;
 
 // Read-only immutable properties of effect
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/MetalFX.framework/Headers/MTLFXTemporalScaler.h /Applications/Xcode_14.1.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/MetalFX.framework/Headers/MTLFXTemporalScaler.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/MetalFX.framework/Headers/MTLFXTemporalScaler.h	2022-08-05 16:56:37.000000000 -0400
+++ /Applications/Xcode_14.1.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/MetalFX.framework/Headers/MTLFXTemporalScaler.h	2022-09-07 14:41:11.000000000 -0400
@@ -67,6 +67,7 @@
 @property (nonatomic, retain, nullable) id<MTLTexture> colorTexture;
 @property (nonatomic, retain, nullable) id<MTLTexture> depthTexture;
 @property (nonatomic, retain, nullable) id<MTLTexture> motionTexture;
+// outputTexture is required to have MTLStorageModePrivate for storageMode
 @property (nonatomic, retain, nullable) id<MTLTexture> outputTexture;
 
 // Exposure properties
Clone this wiki locally