mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Document rationale for vendoring WebGPU bindings.
This commit is almost entirely autogenerated changes.
This commit is contained in:
parent
43cb730d58
commit
58e1946bd6
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
@ -2,6 +2,20 @@
|
|||||||
//
|
//
|
||||||
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
// This module part of a subset of web-sys that is used by wgpu's webgpu backend.
|
||||||
//
|
//
|
||||||
|
// These bindings are vendored into wgpu for the sole purpose of letting
|
||||||
|
// us pin the WebGPU backend to a specific version of the bindings, not
|
||||||
|
// to enable local changes. There are no provisions to preserve changes
|
||||||
|
// you make here the next time we re-vendor the bindings.
|
||||||
|
//
|
||||||
|
// The `web-sys` crate does not treat breaking changes to the WebGPU API
|
||||||
|
// as semver breaking changes, as WebGPU is "unstable". This means Cargo
|
||||||
|
// will not let us mix versions of `web-sys`, pinning WebGPU bindings to
|
||||||
|
// a specific version, while letting other bindings like WebGL get
|
||||||
|
// updated. Vendoring WebGPU was the workaround we chose.
|
||||||
|
//
|
||||||
|
// Vendoring also allows us to avoid building `web-sys` with
|
||||||
|
// `--cfg=web_sys_unstable_apis`, needed to get the WebGPU bindings.
|
||||||
|
//
|
||||||
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
// If you want to improve the generated code, please submit a PR to the https://github.com/rustwasm/wasm-bindgen repository.
|
||||||
//
|
//
|
||||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user