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