Browse Source

doc: mention an alternative to GL_ARB_shading_language_include.

pull/481/head
Vladimír Vondruš 6 years ago
parent
commit
4018e053ba
  1. 5
      doc/opengl-support.dox

5
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

Loading…
Cancel
Save