]> git.proxmox.com Git - rustc.git/blob - vendor/web-sys/src/features/gen_GpuErrorFilter.rs
New upstream version 1.72.1+dfsg1
[rustc.git] / vendor / web-sys / src / features / gen_GpuErrorFilter.rs
1 #![allow(unused_imports)]
2 #![allow(clippy::all)]
3 use wasm_bindgen::prelude::*;
4 #[cfg(web_sys_unstable_apis)]
5 #[wasm_bindgen]
6 #[doc = "The `GpuErrorFilter` enum."]
7 #[doc = ""]
8 #[doc = "*This API requires the following crate features to be activated: `GpuErrorFilter`*"]
9 #[doc = ""]
10 #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
11 #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
12 #[derive(Debug, Clone, Copy, PartialEq, Eq)]
13 pub enum GpuErrorFilter {
14 Validation = "validation",
15 OutOfMemory = "out-of-memory",
16 Internal = "internal",
17 }