Releases: Swoorup/wgsl-bindgen
Releases · Swoorup/wgsl-bindgen
wgsl_bindgen-v0.18.1
Other
- Add support for overriding bind group entry module paths
- Fixed WgpuBindGroups generation in shader entries
wgsl_bindgen-v0.18.0
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
Other
- Fix compute shader generation for wgpu 23
- relaxed lifetime of &self in BindGroup::set
- updated to wgpu 23
wgsl_bindgen-v0.16.0
Other
- Fix compute shader generation for wgpu 23
- relaxed lifetime of &self in BindGroup::set
- updated to wgpu 23
wgsl_bindgen-v0.15.2
Other
- Fix compute shader generation for wgpu 23
- relaxed lifetime of &self in BindGroup::set
- updated to wgpu 23
wgsl_bindgen-v0.15.1
Other
- Fix missing cache property
wgsl_bindgen-v0.15.0
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
Other
- Fix vertex type in module #35
- Update README.md
wgsl_bindgen-v0.14.0
Other
- Remove unnecessary bindgroups module
- Rename EntryCollection to Entries and cleanup examples
wgsl_bindgen-v0.13.2
Other
- Bind Group Entry Collections can be cloned