浏览代码

Merge pull request #10344 from tetrapod00/shader-function-modified

Note that shader function descriptions are modified from OpenGL docs
Max Hilbrunner 7 月之前
父节点
当前提交
bac98a0aa2
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      tutorials/shaders/shader_reference/shader_functions.rst

+ 8 - 0
tutorials/shaders/shader_reference/shader_functions.rst

@@ -66,6 +66,14 @@ GLSL ES 3.0 specification.
         vector multiplied by matrix, and matrix multiplied by matrix. These do not operate component-wise,
         but rather perform the correct linear algebraic multiply.
 
+These function descriptions are adapted and modified from
+`official OpenGL documentation <https://registry.khronos.org/OpenGL-Refpages/gl4/>`__
+originally published by Khronos Group under the
+`Open Publication License <https://opencontent.org/openpub>`__.
+Each function description links to the corresponding official OpenGL
+documentation. Modification history for this page can be found on
+`GitHub <https://github.com/godotengine/godot-docs/blob/master/tutorials/shaders/shader_reference/shader_functions.rst>`__.
+
 .. rst-class:: classref-section-separator
 
 ----