diff --git a/CHANGELOG.md b/CHANGELOG.md index 37f7f0454..8514eb4c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,15 @@ Bottom level categories: ### Major changes +#### Pass timestamp queries + +Addition of `TimestampWrites` to compute and render passes to allow profiling. +This brings us in line with the spec. + +Added new example to demonstrate the various kinds of timestamps. + +By @FL33TW00D & @wumpf in [#3636](https://github.com/gfx-rs/wgpu/pull/3636). + #### Occlusion Query Support The `occlusion_query_set` value defines where the occlusion query results will be stored for this pass. @@ -299,15 +308,6 @@ Some texture format names have changed to get back in line with the spec. By @cwfitzgerald in [#3671](https://github.com/gfx-rs/wgpu/pull/3671). -#### Pass timestamp queries - -Addition of `TimestampWrites` to compute and render passes to allow profiling. -This brings us in line with the spec. - -Added new example to demonstrate the various kinds of timestamps. - -By @FL33TW00D & @wumpf in [#3636](https://github.com/gfx-rs/wgpu/pull/3636). - #### Misc Breaking Changes - Change type of `mip_level_count` and `array_layer_count` (members of `TextureViewDescriptor` and `ImageSubresourceRange`) from `Option` to `Option`. By @teoxoy in [#3445](https://github.com/gfx-rs/wgpu/pull/3445)