Osspial / vk-rs

Collection of Rust libraries for the Vulkan API
MIT License
24 stars 4 forks source link

Bugfix for load_with() #5

Closed Mixthos closed 7 years ago

Mixthos commented 7 years ago

load_with() was returning the functions that had already been loaded before the call to load_with() instead of the ones that were still unloaded. This means that it never returned missing functions on the first call.