gfx-rs / gfx

[maintenance mode] A low-overhead Vulkan-like GPU API for Rust.
http://gfx-rs.github.io/
Apache License 2.0
5.35k stars 549 forks source link

[vk] Remove lazy_static and (most) hard-coded strings for layer and extension names #3549

Closed tangmi closed 3 years ago

tangmi commented 3 years ago

The ash generated methods *::name() return a &'static CStr, which means we probably don't need to use lazy_static to keep track of extension names.

bors[bot] commented 3 years ago

Build succeeded: