diff options
author | Neil Roberts <[email protected]> | 2015-08-28 14:29:22 +0100 |
---|---|---|
committer | Neil Roberts <[email protected]> | 2015-08-28 14:29:22 +0100 |
commit | 2dbc6a0ad9f5432e5a9a1e66b1c27c574f0def80 (patch) | |
tree | db61142ab313d066f0b8bdb5361ae0d9f11ca197 /docs | |
parent | b319fd7c14707ff345b7ce1461e5fee81b75a4cf (diff) |
docs: Fix a typo in GL3.txt concerning GL_KHR_context_flush_control
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GL3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index 331b2daaeb6..561f20421db 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -196,7 +196,7 @@ GL 4.5, GLSL 4.50: GL_ARB_get_texture_sub_image DONE (all drivers) GL_ARB_shader_texture_image_samples not started GL_ARB_texture_barrier DONE (nv50, nvc0, r600, radeonsi) - GL_KHR_context_flush_control DONE (all - but needs GLX/EXT extension to be useful) + GL_KHR_context_flush_control DONE (all - but needs GLX/EGL extension to be useful) GL_KHR_robust_buffer_access_behavior not started GL_KHR_robustness 90% done (the ARB variant) GL_EXT_shader_integer_mix DONE (all drivers that support GLSL) |