File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
tutorials/shaders/shader_reference Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,14 @@ GLSL ES 3.0 specification.
66
66
vector multiplied by matrix, and matrix multiplied by matrix. These do not operate component-wise,
67
67
but rather perform the correct linear algebraic multiply.
68
68
69
+ These function descriptions are adapted and modified from
70
+ `official OpenGL documentation <https://registry.khronos.org/OpenGL-Refpages/gl4/ >`__
71
+ originally published by Khronos Group under the
72
+ `Open Publication License <https://opencontent.org/openpub >`__.
73
+ Each function description links to the corresponding official OpenGL
74
+ documentation. Modification history for this page can be found on
75
+ `GitHub <https://github.com/godotengine/godot-docs/blob/master/tutorials/shaders/shader_reference/shader_functions.rst >`__.
76
+
69
77
.. rst-class :: classref-section-separator
70
78
71
79
----
You can’t perform that action at this time.
0 commit comments