8 lines
65 B
GLSL
8 lines
65 B
GLSL
|
|
||
|
varying vec4 v_color;
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
gl_FragColor = v_color;
|
||
|
}
|