Merge branch 'MihailRis:main' into main
This commit is contained in:
@@ -6,4 +6,5 @@ uniform sampler2D u_texture;
|
||||
|
||||
void main(){
|
||||
f_color = a_color * texture(u_texture, a_textureCoord);
|
||||
if (f_color.a == 0.0) discard;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user