-
Notifications
You must be signed in to change notification settings - Fork 570
ComputeGraph tvOS xcode27.0 b2
Alex Soto edited this page Jun 23, 2026
·
1 revision
#ComputeGraph.framework
diff -ruN /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ComputeGraph.framework/Headers/ComputeGraphOutputContext.h /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ComputeGraph.framework/Headers/ComputeGraphOutputContext.h
--- /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ComputeGraph.framework/Headers/ComputeGraphOutputContext.h 2026-05-29 23:17:16
+++ /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ComputeGraph.framework/Headers/ComputeGraphOutputContext.h 2026-06-12 03:45:01
@@ -44,10 +44,8 @@
{
struct output_context
{
- PS_ALWAYS_INLINE output_context(thread output::context_t &_context,
- thread ElementRenderData &__unused)
+ PS_ALWAYS_INLINE output_context(thread output::context_t &_context)
: context(_context)
- , __unused(__unused)
{}
PS_ALWAYS_INLINE uint element_id() const
@@ -198,9 +196,6 @@
// TODO: private
thread output::context_t &context;
- // Replaced with function-based interface. Temporarily has
- // an extra member during transition
- thread ElementRenderData &__unused;
};
} // namespace computegraph
diff -ruN /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ComputeGraph.framework/Headers/ComputeGraphTypes.h /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ComputeGraph.framework/Headers/ComputeGraphTypes.h
--- /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ComputeGraph.framework/Headers/ComputeGraphTypes.h 2026-05-29 23:18:03
+++ /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/ComputeGraph.framework/Headers/ComputeGraphTypes.h 2026-06-12 03:22:15
@@ -449,8 +449,6 @@
explicit operator bool () const { return _has_value; }
};
-struct ElementRenderData;
-
// Mark - Built-ins
struct thread_position_in_grid {