Releases: JolifantoBambla/webgpu-spd
Releases · JolifantoBambla/webgpu-spd
v3.0.0
Added
- Add support for texture formats enabled by the device feature texture-formats-tier1.
Changed
- Use subgroup built-ins for downsampling by default if the device feature subgroups is enabled.
- Move texture format
bgra8unormout ofWebGPUSinglePassDownsampler::supportedFormats. - If the texture format supports it, bind mip 6 as
'read-write'storage texture instead of duplicating texture data in an extra buffer in case more than 6 mips are generated per pass.
Fixed
- Fix handling of barriers for active workgroup counter.
- Cast downsampling weight to concrete scalar type for average filter.
- Fix minor typing issues.
v2.0.1
fix handling of max array layers per pass, fixes #5
v2.0.0
Update CHANGELOG.md
v1.0.0
Update npm-publish.yml