1 2 out vec4 headerOut; 3 4 uniform UBO { 5 vec4 headerUboItem; 6 }; 7 headerFunction(vec4 a)8 vec4 headerFunction(vec4 a) { 9 return -a; 10 }