6 lines
61 B
GLSL
6 lines
61 B
GLSL
varying vec4 vColor;
|
|
|
|
void main()
|
|
{
|
|
gl_FragColor = vColor;
|
|
} |