mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 08:13:27 +00:00
Add other breaking changes to 0.13 changelog (#2831)
This commit is contained in:
parent
5bef140228
commit
c20c86a948
15
CHANGELOG.md
15
CHANGELOG.md
@ -174,6 +174,21 @@ Limits {
|
||||
}
|
||||
```
|
||||
|
||||
`Features::CLEAR_COMMANDS` is now unnecessary and no longer exists. The feature to clear buffers and textures is now part of upstream WebGPU.
|
||||
|
||||
```diff
|
||||
DeviceDescriptor {
|
||||
// ...
|
||||
features: wgpu::Features::VERTEX_WRITABLE_STORAGE
|
||||
| wgpu::Features::MAPPABLE_PRIMARY_BUFFERS
|
||||
| wgpu::Features::TEXTURE_BINDING_ARRAY
|
||||
| wgpu::Features::BUFFER_BINDING_ARRAY
|
||||
| wgpu::Features::STORAGE_RESOURCE_BINDING_ARRAY
|
||||
- | wgpu::Features::CLEAR_COMMANDS
|
||||
,
|
||||
}
|
||||
```
|
||||
|
||||
### Added/New Features
|
||||
|
||||
#### General
|
||||
|
Loading…
Reference in New Issue
Block a user