Skip to content

Commit ac53905

Browse files
char0313cwfitzgerald
authored andcommitted
Convert All Default Implementations on Enums to derive(Default)
1 parent 2964313 commit ac53905

File tree

2 files changed

+29
-98
lines changed

2 files changed

+29
-98
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ both `raw_window_handle::HasRawWindowHandle` and `raw_window_handle::HasRawDispl
145145

146146
#### General
147147

148+
- Convert all Default Implementations on Enums to derive(Default)
148149
- Changed wgpu-hal and wgpu-core implementation to pass RawDisplayHandle and RawWindowHandle as separate
149150
parameters instead of passing an impl trait over both HasRawDisplayHandle and HasRawWindowHandle. By @i509VCB in [#3022](https://github.com/gfx-rs/wgpu/pull/3022)
150151
- Changed `Instance::as_hal<A>` to just return an `Option<&A::Instance>` rather than taking a callback. By @jimb in [#2991](https://github.com/gfx-rs/wgpu/pull/2991)

0 commit comments

Comments
 (0)