diff --git a/CHANGELOG.md b/CHANGELOG.md index d04d74205f..23f43e1e9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)