Skip to content

Commit bbb393c

Browse files
authored
Merge pull request #11201 from stuckupfool/patch-1
Update shading_language.rst
2 parents b90e1af + 7a479aa commit bbb393c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/shaders/shader_reference/shading_language.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@ method on a node that inherits from :ref:`class_GeometryInstance3D`:
11041104
11051105
When using per-instance uniforms, there are some restrictions you should be aware of:
11061106

1107-
- **Per-instance uniforms do not support textures**, only regular scalar and
1107+
- **Per-instance uniforms do not support textures or arrays**, only regular scalar and
11081108
vector types. As a workaround, you can pass a texture array as a regular
11091109
uniform, then pass the index of the texture to be drawn using a per-instance
11101110
uniform.

0 commit comments

Comments
 (0)