0.2.0 Release should get yanked
Jasper-Bekkers opened this issue · 1 comments
Jasper-Bekkers commented
We discovered an issue with #8 that introduced the PUSH_CONSTANT enum value to DescriptorType
Line 72 in 85b2db9
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.
Jasper-Bekkers commented
0.2.0 got yanked and replaced with 0.3.0 (because public api change).