Skip to content

Commit

Permalink
Merge pull request #9939 from clayjohn/shaders-instance-uniform-note
Browse files Browse the repository at this point in the history
Remove note about not supporting per-instance uniforms in the Compatibility backend
  • Loading branch information
mhilbrunner authored Oct 18, 2024
2 parents caaad5c + f890412 commit 3a3fa0e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tutorials/shaders/shader_reference/shading_language.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1080,10 +1080,6 @@ Per-instance uniforms

Per-instance uniforms are only available in ``spatial`` (3D) shaders.

.. note::

Per-instance uniforms are not supported when using the Compatibility renderer.

Sometimes, you want to modify a parameter on each node using the material. As an
example, in a forest full of trees, when you want each tree to have a slightly
different color that is editable by hand. Without per-instance uniforms, this
Expand Down

0 comments on commit 3a3fa0e

Please sign in to comment.