I am aiming at the following case:
bind shader
set uniform variable
..draw box..
set uniform variable to different value
..draw another box, with the new variable applied in the vertex shader..
Is it possible to set GLSL variables in between operations?