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