From 97cb586d5b2f603aacd82340b690294a4acb4cc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 5 Oct 2024 12:37:58 +0200 Subject: [PATCH] doc: fix mistyped extension name. --- doc/changelog.dox | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/changelog.dox b/doc/changelog.dox index bb1fae3f4..603a609ed 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -130,9 +130,9 @@ See also: extensions on GLES 3.1+, exposed as @ref GL::Texture::view() and similar APIs on other texture types - Implemented the GL 4.5 @gl_extension{ARB,clip_control} extension and - matching @gl_extension{EXT,clip_control} and - @webgl_extension{WEBGL,clip_control} extension on GLES and WebGL, exposed - as @ref GL::Renderer::setClipControl(). See also [mosra/magnum#543](https://github.com/mosra/magnum/issues/543). + matching @gl_extension{EXT,clip_control} extension on GLES and WebGL, + exposed as @ref GL::Renderer::setClipControl(). See also + [mosra/magnum#543](https://github.com/mosra/magnum/issues/543). - Implemented @gl_extension{EXT,texture_norm16} and @webgl_extension{EXT,texture_norm16} ES and WebGL extensions, making normalized 16-bit texture and renderbuffer formats available on all