Skip to content

Latest commit

 

History

History
167 lines (63 loc) · 5.29 KB

CHANGELOG.md

File metadata and controls

167 lines (63 loc) · 5.29 KB

Changelog

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)

Bug Fixes

0.17.0 (2024-06-27)

0.16.0 (2023-05-13)

Features

  • rename dispatch to dispatchWorkgroups (9676382)

0.15.0 (2023-02-19)

Features

  • make BindGroupeLayout getBindGroupSize return a multiple of 16 bytes (d48d614)

0.14.0 (2022-09-17)

Bug Fixes

  • 'of' is a reserved keyword (0f31771)
  • module-scope 'let' has been replaced with 'const' (67d9903)

Features

  • add willReadFrequently to Texture's canvas 2d (64e2652)
  • saturate is now a builtin in wgsl (7066711)

0.13.0 (2022-06-27)

Bug Fixes

  • remove size from configure (a66b8fd)
  • use of deprecated language feature: remove stage (6daa13a)

Features

  • default to layout auto in Pipeline (8a0c1ed)
  • use alphaMode instead of compositingAlphaMode (2a2853d)
  • use navigator.gpu.getPreferredCanvasFormat (4fde41e)

0.12.0 (2022-04-13)

Bug Fixes

  • struct members should be separated with commas (fed3788)

Features

  • add compositingAlphaMode (4bce529)

0.11.0 (2022-03-04)

Features

0.10.0 (2021-12-24)

Bug Fixes

  • texture sample type to binding mapping (277ecd4)

Features

  • add helper pipeline options (4bef935)

0.9.0 (2021-12-15)

Bug Fixes

  • 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)

Features

  • add pixelRatio to Context and handle scaled resize (916c7ab), closes #8

0.7.0 (2021-10-27)

Features

0.6.0 (2021-10-02)

Features

  • add exports field to package.json (3519074)

0.5.0 (2021-08-26)

Features

0.4.1 (2021-04-22)

Bug Fixes

  • replace attachment with view in render pass (d5da76f)

0.4.0 (2021-04-16)

Features

  • update to latest api + move to snowdev (a9a2d1f)