docs: Update the supported GL version to 4.6

macos/v1.5.9
Emmanuele Bassi 6 years ago
parent ce8cbdbe06
commit c794dce0a0
  1. 2
      README.md
  2. 2
      src/dispatch_common.c

@ -17,7 +17,7 @@ Features
--------
* Automatically initializes as new GL functions are used.
* GL 4.5 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

@ -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

Loading…
Cancel
Save