You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -220,6 +220,8 @@ both `raw_window_handle::HasRawWindowHandle` and `raw_window_handle::HasRawDispl
220
220
- Don't use `PhantomData` for `IdentityManager`'s `Input` type. By @jimblandy in [#2972](https://github.com/gfx-rs/wgpu/pull/2972)
221
221
- Changed Naga variant in ShaderSource to `Cow<'static, Module>`, to allow loading global variables by @daxpedda in [#2903](https://github.com/gfx-rs/wgpu/pull/2903)
222
222
- Updated the maximum binding index to match the WebGPU specification by @nical in [#2957](https://github.com/gfx-rs/wgpu/pull/2957)
223
+
- Add `unsafe_op_in_unsafe_fn` to Clippy lints in the entire workspace. By
224
+
@ErichDonGubler in [#????](https://github.com/gfx-rs/wgpu/pull/????).
0 commit comments