blob: c596d52a8941ebcaa619e291b4f0ac4ee5643f26 [file] [log] [blame]
uniform testBlock {
half x;
half y[2];
layout(binding=12) half3x2 z;
bool w;
};
void main() {
sk_FragColor = half4(x, y[0], y[1], 0);
}