mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Update CHANGELOG.md
This commit is contained in:
committed by
GitHub
parent
011a4e26d0
commit
0b53b477c5
@@ -44,6 +44,15 @@ Bottom level categories:
|
||||
|
||||
### Major changes
|
||||
|
||||
#### Shader Changes
|
||||
|
||||
`type` has been replaced with `alias` to match with upstream WebGPU.
|
||||
|
||||
```diff
|
||||
- type MyType = vec4<u32>;
|
||||
+ alias MyType = vec4<u32>;
|
||||
```
|
||||
|
||||
#### TextureFormat info API
|
||||
|
||||
The `TextureFormat::describe` function was removed in favor of separate functions: `block_dimensions`, `is_compressed`, `is_srgb`, `required_features`, `guaranteed_format_features`, `sample_type` and `block_size`.
|
||||
|
||||
Reference in New Issue
Block a user