vec4 c = texture2D(u_MainTex, uv); c.a = 0; gl_FragColor = c;
请使用float而不是int,把0改成0.0或0.
缨 换成float还是不行,还有其他需要修改的地方吗