Skip to content

Releases: Traverse-Research/rspirv-reflect

0.8.0: Improved GLSL support

15 May 19:34
0.8.0
Compare
Choose a tag to compare

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

15 May 19:34
0.7.0
d968ff4
Compare
Choose a tag to compare

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

Full Changelog: 0.6.0...0.7.0

0.6.0

15 May 19:34
0.6.0
b28b8dc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.6.0

0.5.0: Ordered mapping types and better representation of static/unbounded arrays

15 Sep 09:34
0.5.0
a6aeede
Compare
Choose a tag to compare
  • Explicitly provide the number of descriptors in a binding (#17)
  • Use BTreeMap to store mapping from integers, instead of HashMap (#19)

0.4.1: Support static-sized arrays in bindings

15 Sep 09:32
0.4.1
743ef30
Compare
Choose a tag to compare
  • Add OpTypeArray to get_descriptor_type (#16)

0.4.0: New `spirv`/`rspirv` crates

15 Sep 09:31
0.4.0
db05334
Compare
Choose a tag to compare
  • Migrate to rspirv 0.10 and the new spirv headers crate (#14)

0.3.1

07 May 21:03
0.3.1
4f19982
Compare
Choose a tag to compare
  • Fix storage buffer detection in SPIR-V 1.3 (#13)
  • Update AS descriptor type to KHR final Ray Tracing spec (#12)