6 lines
63 B
Plaintext
6 lines
63 B
Plaintext
|
varying lowp vec4 col;
|
||
|
|
||
|
void main() {
|
||
|
gl_FragColor = col;
|
||
|
}
|