mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-07 02:12:07 +03:00
Merge pull request #9939 from clayjohn/shaders-instance-uniform-note
Remove note about not supporting per-instance uniforms in the Compatibility backend
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user