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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,13 @@ Bottom level categories:
43
43
#### GLES
44
44
- Fix `Vertex buffer is not big enough for the draw call.` for ANGLE/Web when rendering with instance attributes on a single instance. By @wumpf in [#3596](https://github.com/gfx-rs/wgpu/pull/3596)
45
45
46
+
### Bug Fixes
47
+
48
+
#### GLES
49
+
- Reset all queue state between command buffers in a submit. By @jleibs[#3589](https://github.com/gfx-rs/wgpu/pull/3589)
50
+
- Reset the state of `SAMPLE_ALPHA_TO_COVERAGE` on queue reset. By @jleibs[#3589](https://github.com/gfx-rs/wgpu/pull/3589)
0 commit comments