You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write the following line in a shader that is assigned to an object through a ShaderMaterial (I've tried it in Spatial and Sky shaders) uniform sampler2D test[5];
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered:
Godot version
Godot Engine v4.1.dev.custom_build (56253c3897b99966ee9e7469fd01e6152f8552ef)
System information
Fedora 37 KDE, RTX 3080
Issue description
As soon as one defines an array of sampler2D the editor crashes.
Steps to reproduce
uniform sampler2D test[5];
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered: