mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-23 23:34:29 +00:00
Document rationale for vendoring WebGPU bindings.
This commit is almost entirely autogenerated changes.
This commit is contained in:
parent
43cb730d58
commit
58e1946bd6
14
wgpu/src/backend/webgpu/webgpu_sys/gen_Gpu.rs
generated
14
wgpu/src/backend/webgpu/webgpu_sys/gen_Gpu.rs
generated
@ -2,6 +2,20 @@
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||
|
14
wgpu/src/backend/webgpu/webgpu_sys/gen_GpuAdapter.rs
generated
14
wgpu/src/backend/webgpu/webgpu_sys/gen_GpuAdapter.rs
generated
@ -2,6 +2,20 @@
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||
|
14
wgpu/src/backend/webgpu/webgpu_sys/gen_GpuBuffer.rs
generated
14
wgpu/src/backend/webgpu/webgpu_sys/gen_GpuBuffer.rs
generated
@ -2,6 +2,20 @@
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||
|
14
wgpu/src/backend/webgpu/webgpu_sys/gen_GpuDevice.rs
generated
14
wgpu/src/backend/webgpu/webgpu_sys/gen_GpuDevice.rs
generated
@ -2,6 +2,20 @@
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||
|
14
wgpu/src/backend/webgpu/webgpu_sys/gen_GpuError.rs
generated
14
wgpu/src/backend/webgpu/webgpu_sys/gen_GpuError.rs
generated
@ -2,6 +2,20 @@
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||
|
14
wgpu/src/backend/webgpu/webgpu_sys/gen_GpuLoadOp.rs
generated
14
wgpu/src/backend/webgpu/webgpu_sys/gen_GpuLoadOp.rs
generated
@ -2,6 +2,20 @@
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||
|
14
wgpu/src/backend/webgpu/webgpu_sys/gen_GpuQueue.rs
generated
14
wgpu/src/backend/webgpu/webgpu_sys/gen_GpuQueue.rs
generated
@ -2,6 +2,20 @@
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// This file was generated by the `cargo xtask vendor-web-sys --version 0.2.91` command.
|
||||
|
14
wgpu/src/backend/webgpu/webgpu_sys/gen_GpuSampler.rs
generated
14
wgpu/src/backend/webgpu/webgpu_sys/gen_GpuSampler.rs
generated
@ -2,6 +2,20 @@
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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.
|
||||
//
|
||||
// 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…
Reference in New Issue
Block a user