Skip to content

OpenGLES tvOS xcode15.1 b3

Alex Soto edited this page Nov 14, 2023 · 2 revisions

#OpenGLES.framework

diff -ruN /Applications/Xcode_15.1.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGLIOSurface.h /Applications/Xcode_15.1.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGLIOSurface.h
--- /Applications/Xcode_15.1.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGLIOSurface.h	2023-10-13 11:05:43
+++ /Applications/Xcode_15.1.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGLIOSurface.h	2023-11-06 04:44:19
@@ -14,6 +14,7 @@
 
 NS_ASSUME_NONNULL_BEGIN
 
+OPENGLES_DEPRECATED(ios(11.0, 12.0), tvos(11.0, 12.0))
 @interface EAGLContext(IOSurface)
 - (BOOL)texImageIOSurface:(IOSurfaceRef)ioSurface target:(NSUInteger)target internalFormat:(NSUInteger)internalFormat width:(uint32_t)width height:(uint32_t)height format:(NSUInteger)format type:(NSUInteger)type plane:(uint32_t)plane NS_AVAILABLE_IOS(11_0);
 @end
Clone this wiki locally