uniform struct s { int i; } s1; void main() { s1.i = 1; // uniforms are read only }