View | Details | Raw Unified | Return to bug 279355 | Differences between
and this patch

Collapse All | Expand All

(-)b/games/veloren-weekly/files/patch-wgpu-write-teture (+13 lines)
Added Link Here
1
--- ../wgpu-0.18-with-fixes-for-veloren-v1/wgpu/src/backend/direct.rs.orig	2024-02-09 04:29:29 UTC
2
+++ ../wgpu-0.18-with-fixes-for-veloren-v1/wgpu/src/backend/direct.rs
3
@@ -2279,9 +2279,7 @@ impl crate::Context for Context {
4
             &size
5
         )) {
6
             Ok(()) => (),
7
-            Err(err) => {
8
-                self.handle_error_nolabel(&queue_data.error_sink, err, "Queue::write_texture")
9
-            }
10
+            Err(_err) => ()
11
         }
12
     }
13
 

Return to bug 279355