spirv-reflect-ffi

C-library loader for spirv-reflect tool.

Stackage Nightly 2026-07-08:0.4
Latest on Hackage:0.4

See all snapshots spirv-reflect-ffi appears in

BSD-3-Clause licensed by IC Rainbow
Maintained by [email protected]
This version can be pinned in stack with:spirv-reflect-ffi-0.4@sha256:6f76fd0b2482b9afb737e5de89be587f42726a7139f949ed5c9542ba5416c227,2202

Module documentation for 0.4

Changes

Changelog for spirv-reflect-ffi

0.4 - 2026-06-23

  • Breaking: minimum GHC raised to 9.2 (base >= 4.16).
  • Updated cbits to vulkan-sdk-1.4.350.
  • Updates for spirv-reflect-types-0.4.
  • Load specialization constant default_value and type_description.
  • Break cycles when inflating recursive TypeDescription/BlockVariable (buffer_reference/PhysicalStorageBuffer), which previously failed to terminate.
  • Fix interface variable built_in sentinel (0xFFFFFFFF now decodes to Nothing).

0.3 - 2024-09-30

  • Update cbits to vulkan-sdk-1.3.290.
  • Updates for spirv-reflect-types-0.3.

0.2 - 2022-09-04

  • Fixed a mess in input/output interface variables.

0.1 - 2022-09-04

  • Initial release.