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.
1 parent 00bb144 commit f890412Copy full SHA for f890412
tutorials/shaders/shader_reference/shading_language.rst
@@ -1059,10 +1059,6 @@ Per-instance uniforms
1059
1060
Per-instance uniforms are only available in ``spatial`` (3D) shaders.
1061
1062
-.. note::
1063
-
1064
- Per-instance uniforms are not supported when using the Compatibility renderer.
1065
1066
Sometimes, you want to modify a parameter on each node using the material. As an
1067
example, in a forest full of trees, when you want each tree to have a slightly
1068
different color that is editable by hand. Without per-instance uniforms, this
0 commit comments