Skip to content

Releases: Swoorup/wgsl-bindgen

wgsl_bindgen-v0.18.1

21 Mar 04:50
5823ed7
Compare
Choose a tag to compare

Other

  • Add support for overriding bind group entry module paths
  • Fixed WgpuBindGroups generation in shader entries

wgsl_bindgen-v0.18.0

20 Mar 11:55
Compare
Choose a tag to compare

Other

  • Added support for reusable bind groups. Bindgroups defined in shared wgsl, are generated once on the shared module and not on entrypoint

wgsl_bindgen-v0.17.0

08 Mar 02:07
Compare
Choose a tag to compare

Other

  • Fix compute shader generation for wgpu 23
  • relaxed lifetime of &self in BindGroup::set
  • updated to wgpu 23

wgsl_bindgen-v0.16.0

06 Mar 10:36
Compare
Choose a tag to compare

Other

  • Fix compute shader generation for wgpu 23
  • relaxed lifetime of &self in BindGroup::set
  • updated to wgpu 23

wgsl_bindgen-v0.15.2

15 Dec 05:33
Compare
Choose a tag to compare

Other

  • Fix compute shader generation for wgpu 23
  • relaxed lifetime of &self in BindGroup::set
  • updated to wgpu 23

wgsl_bindgen-v0.15.1

20 Aug 13:42
Compare
Choose a tag to compare

Other

  • Fix missing cache property

wgsl_bindgen-v0.15.0

10 Aug 07:21
Compare
Choose a tag to compare

Other

  • Support push constants output in naga_oil composition strategy
  • Upgrade to wgpu 22
  • Rename RustItemKind => RustItemType
  • Treat built-in fields as padding #34

wgsl_bindgen-v0.14.1

27 Jul 14:49
Compare
Choose a tag to compare

Other

  • Fix vertex type in module #35
  • Update README.md

wgsl_bindgen-v0.14.0

06 Jul 03:34
Compare
Choose a tag to compare

Other

  • Remove unnecessary bindgroups module
  • Rename EntryCollection to Entries and cleanup examples

wgsl_bindgen-v0.13.2

05 Jul 10:11
Compare
Choose a tag to compare

Other

  • Bind Group Entry Collections can be cloned