Browse Source

Merge pull request #8635 from Calinou/shading-language-fix-classref-link

Fix per-instance shader parameter classref link in Shading language
Matthew 1 year ago
parent
commit
0c6ec11812
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/shaders/shader_reference/shading_language.rst

+ 1 - 1
tutorials/shaders/shader_reference/shading_language.rst

@@ -1053,7 +1053,7 @@ the inspector:
    Setting a per-instance uniform's value in the GeometryInstance3D section of the inspector
    Setting a per-instance uniform's value in the GeometryInstance3D section of the inspector
 
 
 Per-instance uniform values can also be set at run-time using
 Per-instance uniform values can also be set at run-time using
-`set_instance_shader_parameter<class_GeometryInstance3D_method_set_instance_shader_parameter>`
+:ref:`set_instance_shader_parameter <class_GeometryInstance3D_method_set_instance_shader_parameter>`
 method on a node that inherits from :ref:`class_GeometryInstance3D`:
 method on a node that inherits from :ref:`class_GeometryInstance3D`:
 
 
 .. code-block:: gdscript
 .. code-block:: gdscript