mirror of
https://github.com/MCLx86/xtreemtest.git
synced 2025-01-19 06:28:47 +01:00
7 lines
75 B
Plaintext
7 lines
75 B
Plaintext
|
varying lowp vec4 varColor;
|
||
|
|
||
|
void main(void)
|
||
|
{
|
||
|
gl_FragColor = varColor;
|
||
|
}
|