mirror of
https://github.com/MCLx86/xtreemtest.git
synced 2024-11-25 11:42:13 +01:00
7 lines
75 B
Plaintext
7 lines
75 B
Plaintext
|
varying lowp vec4 varColor;
|
||
|
|
||
|
void main(void)
|
||
|
{
|
||
|
gl_FragColor = varColor;
|
||
|
}
|