We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af7ac96 commit 8aaf5b5Copy full SHA for 8aaf5b5
1 file changed
src/gfx/text.wgsl
@@ -113,5 +113,5 @@ fn fragMain(
113
if (c.a <= 0.0) {
114
discard;
115
}
116
- return vec4<f32>(color.rgb * c.a, color.a);
+ return vec4<f32>(color.rgb, color.a * c.a);
117
0 commit comments