Newlines
This commit is contained in:
@@ -6,4 +6,4 @@ uniform sampler2D u_texture;
|
||||
void main(){
|
||||
vec4 c = texture2D(u_texture, v_texCoords);
|
||||
gl_FragColor = v_color * mix(c, vec4(v_mix_color.rgb, c.a), v_mix_color.a);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user