Newlines
This commit is contained in:
@@ -6,4 +6,4 @@ void main(){
|
||||
vec4 tex = texture2D(u_texture0, v_texCoords);
|
||||
vec3 colors = (tex.rgb - threshold.r) * threshold.g * tex.a;
|
||||
gl_FragColor = vec4(colors, tex.a);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user