mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Clarify per-instance uniforms are not supported in the Compatibility renderer
(cherry picked from commit 60e05c8ef4)
This commit is contained in:
committed by
Max Hilbrunner
parent
602a5a49ba
commit
509095d65f
@@ -1018,6 +1018,10 @@ 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