BSD-3-Clause licensed by IC Rainbow
This version can be pinned in stack with:spirv-reflect-ffi-0.4.1@sha256:3160f460d1fda41fad17334c8825c1987c2961a9e12eb26334b1b0493a69b10b,2204
Module documentation for 0.4.1
Changelog for spirv-reflect-ffi
0.4.1 - 2026-07-31
- Fix Windows build: bind
size_t as CSize instead of CULong
(spvReflectCreateShaderModule/spvReflectCreateShaderModule2).
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