uniform sampler1D sampler1d; void main() { sampler1d++; // uniforms cannot be modified }