7 lines
59 B
Python
7 lines
59 B
Python
|
$input v_color0
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
gl_FragColor = v_color0;
|
||
|
}
|