summaryrefslogtreecommitdiffstats
path: root/util/glgen/qopenglversionfunctions.h.footer
diff options
context:
space:
mode:
Diffstat (limited to 'util/glgen/qopenglversionfunctions.h.footer')
-rw-r--r--util/glgen/qopenglversionfunctions.h.footer13
1 files changed, 13 insertions, 0 deletions
diff --git a/util/glgen/qopenglversionfunctions.h.footer b/util/glgen/qopenglversionfunctions.h.footer
new file mode 100644
index 0000000000..dc29c75177
--- /dev/null
+++ b/util/glgen/qopenglversionfunctions.h.footer
@@ -0,0 +1,13 @@
+
+#else
+
+// No need for backend classes with function pointers with ES2.
+// All function addresses are independent of context and display.
+
+#endif // !QT_OPENGL_ES_2
+
+QT_END_NAMESPACE
+
+#endif // QT_NO_OPENGL
+
+#endif