We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a577ea + 60e05c8 commit 3dc75a7Copy full SHA for 3dc75a7
tutorials/shaders/shader_reference/shading_language.rst
@@ -1018,6 +1018,10 @@ Per-instance uniforms
1018
1019
Per-instance uniforms are only available in ``spatial`` (3D) shaders.
1020
1021
+.. note::
1022
+
1023
+ Per-instance uniforms are not supported when using the Compatibility renderer.
1024
1025
Sometimes, you want to modify a parameter on each node using the material. As an
1026
example, in a forest full of trees, when you want each tree to have a slightly
1027
different color that is editable by hand. Without per-instance uniforms, this
0 commit comments