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 b90e1af + 7a479aa commit bbb393cCopy full SHA for bbb393c
tutorials/shaders/shader_reference/shading_language.rst
@@ -1104,7 +1104,7 @@ method on a node that inherits from :ref:`class_GeometryInstance3D`:
1104
1105
When using per-instance uniforms, there are some restrictions you should be aware of:
1106
1107
-- **Per-instance uniforms do not support textures**, only regular scalar and
+- **Per-instance uniforms do not support textures or arrays**, only regular scalar and
1108
vector types. As a workaround, you can pass a texture array as a regular
1109
uniform, then pass the index of the texture to be drawn using a per-instance
1110
uniform.
0 commit comments