summaryrefslogtreecommitdiffstats
path: root/vendor/web-sys/src/features/gen_GpuShaderModule.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/web-sys/src/features/gen_GpuShaderModule.rs')
-rw-r--r--vendor/web-sys/src/features/gen_GpuShaderModule.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/vendor/web-sys/src/features/gen_GpuShaderModule.rs b/vendor/web-sys/src/features/gen_GpuShaderModule.rs
index 082c3af82..8bb9cab8c 100644
--- a/vendor/web-sys/src/features/gen_GpuShaderModule.rs
+++ b/vendor/web-sys/src/features/gen_GpuShaderModule.rs
@@ -39,14 +39,14 @@ extern "C" {
#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
pub fn set_label(this: &GpuShaderModule, value: &str);
#[cfg(web_sys_unstable_apis)]
- # [wasm_bindgen (method , structural , js_class = "GPUShaderModule" , js_name = compilationInfo)]
- #[doc = "The `compilationInfo()` method."]
+ # [wasm_bindgen (method , structural , js_class = "GPUShaderModule" , js_name = getCompilationInfo)]
+ #[doc = "The `getCompilationInfo()` method."]
#[doc = ""]
- #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/GPUShaderModule/compilationInfo)"]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/GPUShaderModule/getCompilationInfo)"]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `GpuShaderModule`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
- pub fn compilation_info(this: &GpuShaderModule) -> ::js_sys::Promise;
+ pub fn get_compilation_info(this: &GpuShaderModule) -> ::js_sys::Promise;
}