6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
|
#version 110
|
||
|
varying float test;
|
||
|
void main() {
|
||
|
gl_FragColor.x = test;
|
||
|
}
|