Traverse-Research/rspirv-reflect

0.2.0 Release should get yanked

Jasper-Bekkers opened this issue · 1 comments

We discovered an issue with #8 that introduced the PUSH_CONSTANT enum value to DescriptorType

pub const PUSH_CONSTANT: Self = Self(11);

However, this DescriptorType doesn't exist in Vulkan (https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VkDescriptorType.html) which leads to invalid values down stream as this type is meant to be casted/transmuted into the raw Vulkan enum.

A new release will be published shortly that addresses this - and the main fixes were part of #9.

0.2.0 got yanked and replaced with 0.3.0 (because public api change).