8 lines
118 B
Plaintext
8 lines
118 B
Plaintext
layout(binding=456) uniform testBlock {
|
|
float x;
|
|
} test;
|
|
|
|
void main() {
|
|
sk_FragColor = half4(half(test.x));
|
|
}
|