Skip to content

Commit

Permalink
Fix per-instance shader parameter classref link in Shading language
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinou committed Dec 16, 2023
1 parent 1390e58 commit 59842e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/shaders/shader_reference/shading_language.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ 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
`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`:

.. code-block:: gdscript
Expand Down

0 comments on commit 59842e9

Please sign in to comment.