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