7 lines
91 B
Plaintext
7 lines
91 B
Plaintext
|
precision mediump float;
|
||
|
varying vec4 color;
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
gl_FragColor = color;
|
||
|
}
|