ash/generator
Theo Bogusta d4f50bd350
Improve Result's Display impl for extension values (#424)
Previously, the `Display` impl for `vk::Result` did not include handling
for extension values. For example, `VK_ERROR_OUT_OF_DATE_KHR` would
display simply as `"-1000001004"`. Now, we fall back to the `Debug` impl
of the `Result` if the value is unknown (i.e. from an extension). This
preserves the current nice messages for non-extension values, and the
numeric output for truly unknown values, but displays the enum variant
name (e.g. `"ERROR_OUT_OF_DATE"`) for extension values.
2021-04-27 16:48:15 +02:00
..
src Improve Result's Display impl for extension values (#424) 2021-04-27 16:48:15 +02:00
Vulkan-Headers@9166a0677e Update Vulkan-Headers to 1.2.168 (#363) 2021-02-28 18:54:49 +01:00
Cargo.toml Update Vulkan-Headers to 1.2.166 (#355) 2021-01-24 22:13:28 +01:00