layout(binding=456) uniform testBlock {
float x;
} test;
void main() {
sk_FragColor = half4(half(test.x));
}