ash/generator
Marijn Suijten 4ba8637d01
generator: pSampleMask setter should write NULL if slice is empty (#432)
As per [1] no explicit length field is available for `pSampleMask`, this
is based on `ceil(rasterizationSamples/32)` instead.  It is valid to not
set an array for `pSampleMask` (under normal circumestances this is
signaled by setting the length to zero, and the array pointer is
ignored) but this has to happen by setting the pointer to `NULL`.

[1]: https://github.com/MaikKlein/ash/issues/256
2021-05-11 21:38:09 +02:00
..
src generator: pSampleMask setter should write NULL if slice is empty (#432) 2021-05-11 21:38:09 +02:00
Vulkan-Headers@e1d8c4931d Update Vulkan-Headers to 1.2.174 (#429) 2021-05-11 00:00:55 +02:00
Cargo.toml generator: Use stable vk-parse 0.6 release (#434) 2021-05-11 21:36:44 +02:00