diff --git a/wgpu-hal/src/gles/mod.rs b/wgpu-hal/src/gles/mod.rs index 8c7dde0da2..eb62f70d22 100644 --- a/wgpu-hal/src/gles/mod.rs +++ b/wgpu-hal/src/gles/mod.rs @@ -56,6 +56,7 @@ To address this, we invalidate the vertex buffers based on: */ +///cbindgen:ignore #[cfg(any(not(target_arch = "wasm32"), feature = "emscripten"))] mod egl; #[cfg(all(target_arch = "wasm32", not(feature = "emscripten")))]