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