forked from pool/libglvnd
Stefan Dirsch
d4628d2b34
* adds missing include/GLES/gl3ext.h OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libglvnd?expand=0&rev=31
40 lines
1.4 KiB
C
40 lines
1.4 KiB
C
diff -r -u -p --new-file libglvnd-1.2.0.orig/include/GLES3/gl3ext.h libglvnd-1.2.0/include/GLES3/gl3ext.h
|
|
--- libglvnd-1.2.0.orig/include/GLES3/gl3ext.h 1970-01-01 01:00:00.000000000 +0100
|
|
+++ libglvnd-1.2.0/include/GLES3/gl3ext.h 2019-09-27 13:21:14.705844000 +0200
|
|
@@ -0,0 +1,24 @@
|
|
+#ifndef __gl3ext_h_
|
|
+#define __gl3ext_h_
|
|
+
|
|
+/* $Revision: 17809 $ on $Date:: 2012-05-14 08:03:36 -0700 #$ */
|
|
+
|
|
+/*
|
|
+ * This document is licensed under the SGI Free Software B License Version
|
|
+ * 2.0. For details, see http://oss.sgi.com/projects/FreeB/ .
|
|
+ */
|
|
+
|
|
+/* OpenGL ES 3 Extensions
|
|
+ *
|
|
+ * After an OES extension's interactions with OpenGl ES 3.0 have been documented,
|
|
+ * its tokens and function definitions should be added to this file in a manner
|
|
+ * that does not conflict with gl2ext.h or gl3.h.
|
|
+ *
|
|
+ * Tokens and function definitions for extensions that have become standard
|
|
+ * features in OpenGL ES 3.0 will not be added to this file.
|
|
+ *
|
|
+ * Applications using OpenGL-ES-2-only extensions should include gl2ext.h
|
|
+ */
|
|
+
|
|
+#endif /* __gl3ext_h_ */
|
|
+
|
|
diff -r -u -p --new-file libglvnd-1.2.0.orig/include/Makefile.am libglvnd-1.2.0/include/Makefile.am
|
|
--- libglvnd-1.2.0.orig/include/Makefile.am 2019-09-27 13:31:59.442286000 +0200
|
|
+++ libglvnd-1.2.0/include/Makefile.am 2019-09-27 13:32:55.495331000 +0200
|
|
@@ -28,6 +28,7 @@ GLES_HEADER_FILES = \
|
|
GLES3/gl31.h \
|
|
GLES3/gl32.h \
|
|
GLES3/gl3.h \
|
|
+ GLES3/gl3ext.h \
|
|
GLES3/gl3platform.h
|
|
|
|
GLX_HEADER_FILES = \
|