void function(uniform int i) { // uniform qualifier cannot be used with function parameters } void main() { int i; function(i); }