blob: a2450fbf132354da9f4a79d795f07a857095f6d4 [file] [log] [blame]
layout(binding=456) uniform testBlock {
float x;
} test;
void main() {
sk_FragColor = half4(half(test.x));
}