7 lines
79 B
GLSL
7 lines
79 B
GLSL
|
|
varying mediump vec4 v_Color;
|
|
|
|
void main() {
|
|
gl_FragColor = v_Color;
|
|
}
|