summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-02-23 15:48:44 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2018-02-23 19:58:36 +0000
commitc794dce0a088235344851e81511c6c5a532ec36c (patch)
treefc504e3f2f6043a02c97017d1b2597dd5828159b /src
parentce8cbdbe064f5fd7f3e78b6349fa86604e6189d7 (diff)
downloadlibepoxy-c794dce0a088235344851e81511c6c5a532ec36c.tar.gz
docs: Update the supported GL version to 4.6
Diffstat (limited to 'src')
-rw-r--r--src/dispatch_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispatch_common.c b/src/dispatch_common.c
index 4c5e9bc..a2c9154 100644
--- a/src/dispatch_common.c
+++ b/src/dispatch_common.c
@@ -41,7 +41,7 @@
* \section features_sec Features
*
* - Automatically initializes as new GL functions are used.
- * - GL 4.4 core and compatibility context support.
+ * - GL 4.6 core and compatibility context support.
* - GLES 1/2/3 context support.
* - Knows about function aliases so (e.g.) `glBufferData()` can be
* used with `GL_ARB_vertex_buffer_object` implementations, along