mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
parent
a2cde58ff7
commit
8ddd320cf2
@ -80,6 +80,10 @@ SamplerDescriptor {
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
#### naga
|
||||
|
||||
- Fix a bug that resulted in the Metal error `program scope variable must reside in constant address space` in some cases. By @teoxoy in [#8311](https://github.com/gfx-rs/wgpu/pull/8311).
|
||||
|
||||
#### General
|
||||
|
||||
- Fixed a bug where mapping sub-ranges of a buffer on web would fail with `OperationError: GPUBuffer.getMappedRange: GetMappedRange range extends beyond buffer's mapped range`. By @ryankaplan in [#8349](https://github.com/gfx-rs/wgpu/pull/8349)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user