From 4018e053badf0bcf269ab40bc2d15a4c3bdc1e8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 2 Nov 2020 16:39:04 +0100 Subject: [PATCH] doc: mention an alternative to GL_ARB_shading_language_include. --- doc/opengl-support.dox | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/opengl-support.dox b/doc/opengl-support.dox index 7c626fe58..52d3eeb97 100644 --- a/doc/opengl-support.dox +++ b/doc/opengl-support.dox @@ -621,7 +621,10 @@ add any performance gains, is not supported in Magnum. See also @subsection opengl-unsupported-extensions Unsupported ARB / Khronos extensions - @gl_extension{ARB,shading_language_include} is overly complicated and - supported exclusively by NVidia + supported exclusively by NVidia. However, see the + @ref ShaderTools::GlslangConverter "GlslangShaderConverter" plugin for + shader preprocessing/compilation that *does* support @cpp #include @ce + directives. - @gl_extension{ARB,cl_event} seems to be not supported anywhere - @gl_extension{ARB,shader_stencil_export} is supported exclusively by AMD - @gl_extension{EXT,texture_compression_latc} is superseded by