mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
style(CHANGELOG): trim extra whitespace
This commit is contained in:
parent
505d721674
commit
02636cd940
@ -166,9 +166,9 @@ let (device, queue) = adapter
|
||||
.unwrap();
|
||||
```
|
||||
|
||||
More examples of this
|
||||
More examples of this
|
||||
|
||||
By @Vecvec in [#7829](https://github.com/gfx-rs/wgpu/pull/7829).
|
||||
By @Vecvec in [#7829](https://github.com/gfx-rs/wgpu/pull/7829).
|
||||
|
||||
### Naga
|
||||
|
||||
@ -252,7 +252,6 @@ By @Vecvec in [#7829](https://github.com/gfx-rs/wgpu/pull/7829).
|
||||
- The definition of `enum CommandEncoderError` has changed significantly, to reflect which errors can be raised by `CommandEncoder.finish()`. There are also some errors that no longer appear directly in `CommandEncoderError`, and instead appear nested within the `RenderPass` or `ComputePass` variants.
|
||||
- `CopyError` has been removed. Errors that were previously a `CopyError` are now a `CommandEncoderError` returned by `finish()`. (The detailed reasons for copies to fail were and still are described by `TransferError`, which was previously a variant of `CopyError`, and is now a variant of `CommandEncoderError`).
|
||||
|
||||
|
||||
#### Naga
|
||||
|
||||
- Mark `readonly_and_readwrite_storage_textures` & `packed_4x8_integer_dot_product` language extensions as implemented. By @teoxoy in [#7543](https://github.com/gfx-rs/wgpu/pull/7543)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user