Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoxc committed Oct 16, 2023
1 parent 79c2001 commit 58d47af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ Bottom level categories:

- Update Naga to 9eb3a1dc (2023-10-12), which includes support for WGSL constant expressions. By @jimblandy in [#4233](https://github.com/gfx-rs/wgpu/pull/4233)

#### Support desktop OpenGL via WGL on Windows

Added creating of full OpenGL contexts to the GLES backend using WGL to support older devices.

By @Zoxc in [#4248](https://github.com/gfx-rs/wgpu/pull/4248)

#### Pass timestamp queries

Addition of `TimestampWrites` to compute and render passes to allow profiling.
Expand Down

0 comments on commit 58d47af

Please sign in to comment.