1layout(binding=123) uniform testBlock { 2 float x; 3} test[2]; 4 5void main() { 6 sk_FragColor = half4(half(test[1].x)); 7} 8