7 lines
75 B
Plaintext
7 lines
75 B
Plaintext
|
varying lowp vec4 varColor;
|
||
|
|
||
|
void main(void)
|
||
|
{
|
||
|
gl_FragColor = varColor;
|
||
|
}
|