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