[require] GLSL >= 1.30 [vertex shader] #version 130 void main() { uint x = 1u; ++x = 2u; --x = 2u; gl_Position = gl_Vertex; } [test]