blob: 5635118a4bff000c938efb2fd4dc4ba8d9d83a79 [file] [log] [blame]
layout (push_constant) in s { int x; };
half4 main(float2) {
return half4(0);
}