Skip to content

OpenGLES iOS xcode15.3 b1

Alex Soto edited this page Jan 27, 2024 · 1 revision

#OpenGLES.framework

diff -ruN /Applications/Xcode_15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGLIOSurface.h /Applications/Xcode_15.3.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGLIOSurface.h
--- /Applications/Xcode_15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGLIOSurface.h	2023-11-12 11:34:45
+++ /Applications/Xcode_15.3.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGLIOSurface.h	2024-01-10 01:27:48
@@ -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