All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.
0.17.1 (2024-06-27)
- twgsl url (aa9ad39)
0.17.0 (2024-06-27)
0.16.0 (2023-05-13)
- rename dispatch to dispatchWorkgroups (9676382)
0.15.0 (2023-02-19)
- make BindGroupeLayout getBindGroupSize return a multiple of 16 bytes (d48d614)
0.14.0 (2022-09-17)
0.13.0 (2022-06-27)
- default to layout auto in Pipeline (8a0c1ed)
- use alphaMode instead of compositingAlphaMode (2a2853d)
- use navigator.gpu.getPreferredCanvasFormat (4fde41e)
0.12.0 (2022-04-13)
- struct members should be separated with commas (fed3788)
- add compositingAlphaMode (4bce529)
0.11.0 (2022-03-04)
- update to new API (2b288f9)
0.10.0 (2021-12-24)
- texture sample type to binding mapping (277ecd4)
- add helper pipeline options (4bef935)
0.9.0 (2021-12-15)
- add missing view property to Pass descriptor getter + add new Attachment options (53e1636), closes #10
- remove deprecated [[block]] (24b0e7e), closes #9
0.8.0 (2021-12-12)
0.7.0 (2021-10-27)
- add wgsl support (b54a301)
0.6.0 (2021-10-02)
- add exports field to package.json (3519074)
0.5.0 (2021-08-26)
0.4.1 (2021-04-22)
- replace attachment with view in render pass (d5da76f)
0.4.0 (2021-04-16)
- update to latest api + move to snowdev (a9a2d1f)