Skip to content

Commit 59842e9

Browse files
committed
Fix per-instance shader parameter classref link in Shading language
1 parent 1390e58 commit 59842e9

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)