Skip to content

OpenGLES tvOS xcode27.0 b1

Alex Soto edited this page Jun 9, 2026 · 2 revisions

#OpenGLES.framework

diff -ruN /Applications/Xcode_26.5.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES1/gl.h /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES1/gl.h
--- /Applications/Xcode_26.5.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES1/gl.h	2026-04-18 21:55:59
+++ /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES1/gl.h	2026-05-21 07:26:27
@@ -1,10 +1,6 @@
 #ifndef ES1_GL_H_GUARD
 #define ES1_GL_H_GUARD
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 /*
 ** License Applicability. Except to the extent portions of this file are
 ** made subject to an alternative license as permitted in the SGI Free
@@ -632,6 +628,9 @@
 #define GL_POINT_SPRITE_OES               0x8861
 #define GL_COORD_REPLACE_OES              0x8862
 
+#ifdef __cplusplus
+extern "C" {
+#endif
 
 /*************************************************************/
 
diff -ruN /Applications/Xcode_26.5.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES2/gl.h /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES2/gl.h
--- /Applications/Xcode_26.5.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES2/gl.h	2026-04-18 21:27:42
+++ /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES2/gl.h	2026-05-23 01:46:14
@@ -4,10 +4,6 @@
 #include <Availability.h>
 #include <OpenGLES/OpenGLESAvailability.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 /*
 ** License Applicability. Except to the extent portions of this file are
 ** made subject to an alternative license as permitted in the SGI Free
@@ -474,6 +470,10 @@
 #define GL_MAX_RENDERBUFFER_SIZE                         0x84E8
 
 #define GL_INVALID_FRAMEBUFFER_OPERATION                 0x0506
+
+#ifdef __cplusplus
+extern "C" {
+#endif
 
 /*-------------------------------------------------------------------------
  * Entrypoint definitions
diff -ruN /Applications/Xcode_26.5.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES3/gl.h /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES3/gl.h
--- /Applications/Xcode_26.5.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES3/gl.h	2026-04-18 21:27:42
+++ /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES3/gl.h	2026-05-21 10:52:49
@@ -3,9 +3,6 @@
 
 #include <Availability.h>
 #include <OpenGLES/OpenGLESAvailability.h>
-#ifdef __cplusplus
-extern "C" {
-#endif
 
 /*
 ** Copyright (c) 2007-2012 The Khronos Group Inc.
@@ -775,6 +772,10 @@
 #define GL_MAX_ELEMENT_INDEX                             0x8D6B
 #define GL_NUM_SAMPLE_COUNTS                             0x9380
 #define GL_TEXTURE_IMMUTABLE_LEVELS                      0x82DF
+
+#ifdef __cplusplus
+extern "C" {
+#endif
 
 /*-------------------------------------------------------------------------
  * Entrypoint definitions

Clone this wiki locally