diff --git a/crates/bootstrap/src/lib.rs b/crates/bootstrap/src/lib.rs index be722cd..b417824 100644 --- a/crates/bootstrap/src/lib.rs +++ b/crates/bootstrap/src/lib.rs @@ -89,6 +89,7 @@ impl ApplicationHandler for App { wgpu::FilterMode::Nearest, wgpu::FilterMode::Nearest, wgpu::FilterMode::Nearest, + wgpu::AddressMode::ClampToEdge, ); self.state.custom = Some(custom);