summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/renderer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer.rs b/src/renderer.rs
index a1e2c09..07c7b48 100644
--- a/src/renderer.rs
+++ b/src/renderer.rs
@@ -101,7 +101,7 @@ impl Renderer {
entry_point: "fs_main",
targets: &[Some(wgpu::ColorTargetState {
format: texture_format,
- blend: Some(wgpu::BlendState::REPLACE),
+ blend: Some(wgpu::BlendState::ALPHA_BLENDING),
write_mask: wgpu::ColorWrites::ALL,
})],
}),