Releases: Traverse-Research/rspirv-reflect
Releases · Traverse-Research/rspirv-reflect
0.8.0: Improved GLSL support
What's Changed
- Support combined sampler and image for GLSL by @MarijnS95 in #27
- Fix library documentation example to be doctested by @MarijnS95 in #28
- Handle
OpTypePointer
in type size; introduce GLSL tests by @MarijnS95 in #5
Full Changelog: 0.7.0...0.8.0
0.7.0
What's Changed
- Add utility function to get compute shader group size by @hrydgard in #21
- Cleanup
get_compute_group_size
function from PR #21 by @MarijnS95 in #23 - ci: Also run checks on pull request by @MarijnS95 in #22
- release.toml: re-enable development version bumping after release by @Jasper-Bekkers in #25
New Contributors
- @Jasper-Bekkers made their first contribution in #25
Full Changelog: 0.6.0...0.7.0
0.6.0
0.5.0: Ordered mapping types and better representation of static/unbounded arrays
0.4.1: Support static-sized arrays in bindings
- Add
OpTypeArray
toget_descriptor_type
(#16)
0.4.0: New `spirv`/`rspirv` crates
- Migrate to rspirv 0.10 and the new
spirv
headers crate (#14)