summaryrefslogtreecommitdiff
path: root/games/veloren-weekly/files/patch-wgpu-nvidia
blob: f757a6fde3e1d2b9f821b120e7b16f1817276188 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
https://gitlab.com/veloren/veloren/-/issues/1975

--- cargo-crates/wgpu-27.0.1/src/backend/wgpu_core.rs.orig	2006-07-24 01:21:28 UTC
+++ cargo-crates/wgpu-27.0.1/src/backend/wgpu_core.rs
@@ -1965,10 +1965,7 @@ impl dispatch::QueueInterface for CoreQueue {
             &size,
         ) {
             Ok(()) => (),
-            Err(err) => {
-                self.context
-                    .handle_error_nolabel(&self.error_sink, err, "Queue::write_texture")
-            }
+            Err(_err) => ()
         }
     }