Merge branch 'MihailRis:main' into main

This commit is contained in:
Onran
2024-02-27 10:45:54 +09:00
committed by GitHub
2 changed files with 13 additions and 15 deletions
+1
View File
@@ -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;
}