mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
Update CHANGELOG.md (#4003)
This commit is contained in:
parent
edd45ff781
commit
359e392322
18
CHANGELOG.md
18
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<NonZeroU32>` to `Option<u32>`. By @teoxoy in [#3445](https://github.com/gfx-rs/wgpu/pull/3445)
|
||||
|
Loading…
Reference in New Issue
Block a user