Skip to content

MetalFX macOS xcode15.0 b5

Manuel de la Pena edited this page Sep 27, 2023 · 3 revisions

#MetalFX.framework https://github.com/xamarin/xamarin-macios/pull/19107

diff -ruN /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MetalFX.framework/Headers/MTLFXTemporalScaler.h /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MetalFX.framework/Headers/MTLFXTemporalScaler.h
--- /Applications/Xcode_15.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MetalFX.framework/Headers/MTLFXTemporalScaler.h	2023-06-23 16:32:33
+++ /Applications/Xcode_15.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MetalFX.framework/Headers/MTLFXTemporalScaler.h	2023-07-13 22:25:11
@@ -11,8 +11,8 @@
 @protocol MTLFXTemporalScaler;
 
 API_AVAILABLE(macos(13.0), ios(16.0))
-#if defined(TARGET_OS_XR) && TARGET_OS_XR
-API_UNAVAILABLE(xros)
+#if defined(TARGET_OS_VISION) && TARGET_OS_VISION
+API_UNAVAILABLE(visionos)
 #endif
 @interface MTLFXTemporalScalerDescriptor : NSObject <NSCopying>
 
@@ -56,8 +56,8 @@
 
 // This is the object that gets created from the descriptor
 API_AVAILABLE(macos(13.0), ios(16.0))
-#if defined(TARGET_OS_XR) && TARGET_OS_XR
-API_UNAVAILABLE(xros)
+#if defined(TARGET_OS_VISION) && TARGET_OS_VISION
+API_UNAVAILABLE(visionos)
 #endif
 @protocol MTLFXTemporalScaler <NSObject>
 
Clone this wiki locally