Skip to content

Commit 0c6ec11

Browse files
authored
Merge pull request godotengine#8635 from Calinou/shading-language-fix-classref-link
Fix per-instance shader parameter classref link in Shading language
2 parents d477a5f + 59842e9 commit 0c6ec11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/shaders/shader_reference/shading_language.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@ the inspector:
10531053
Setting a per-instance uniform's value in the GeometryInstance3D section of the inspector
10541054

10551055
Per-instance uniform values can also be set at run-time using
1056-
`set_instance_shader_parameter<class_GeometryInstance3D_method_set_instance_shader_parameter>`
1056+
:ref:`set_instance_shader_parameter <class_GeometryInstance3D_method_set_instance_shader_parameter>`
10571057
method on a node that inherits from :ref:`class_GeometryInstance3D`:
10581058

10591059
.. code-block:: gdscript

0 commit comments

Comments
 (0)