ash-rs / ash

Vulkan bindings for Rust
Apache License 2.0
1.82k stars 186 forks source link

TEMP: Take a git reference on `vk-parse` for the upcoming `vk.xml` `<enums type="constants">` attribute #918

Closed MarijnS95 closed 4 months ago

MarijnS95 commented 4 months ago

Without a vk-parse change, adding type="constants" to <enums> in vk.xml will cause all our constants to be lost. Use the patched crate until it's merged and released upstream, to unblock the proposed vk.xml change.

https://github.com/krolli/vk-parse/pull/32 https://github.com/KhronosGroup/Vulkan-Docs/pull/2366