1#version 450 2 3layout(location=0, component=0) flat in uint u; 4layout(location=0, component=1) flat in int i; 5 6void main() { 7} 8