Skip to content

SceneKit tvOS xcode14.0 beta2

Alex Soto edited this page Jun 24, 2022 · 3 revisions

#SceneKit.framework

diff -ruN /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SceneKit.framework/Headers/SCNShadable.h /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SceneKit.framework/Headers/SCNShadable.h
--- /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SceneKit.framework/Headers/SCNShadable.h	2022-05-31 15:04:25.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SceneKit.framework/Headers/SCNShadable.h	2022-06-17 15:27:04.000000000 -0400
@@ -548,7 +548,7 @@
  
  | struct SCNFramebuffer {
  |    float4 color; // Contents of the destination framebuffer corresponding to the fragment being processed
- | } _framebuffer;  // Available since macOS 13.0, iOS 16, tvOS 16 and watchOS 9.
+ | } _framebuffer;  // Available since macOS 13, iOS 16, tvOS 16 and watchOS 9.
  |
  | Access: ReadOnly
  | Stages: Fragment shader only
Clone this wiki locally