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 547 forks source link

Remove lazy_static dependency from Vulkan #3572

Closed kvark closed 3 years ago

kvark commented 3 years ago

Instead of storing it statically, we should just make it a part of our struct Instance in the Vulkan backend.