glsl shader 透明度问题 void main(void) {
gl_FragColor = vec4(0.3,0.3,0.3,0.0);
} 为什么我透明度设置0 。。还是有颜色。。
你得开启混合模式blend