Skip to content

Draft: use volk for vulkan dynamic loading

Simon Zeni requested to merge bl4ckb0ne/monado:external-volk into main

Uses the Meta loader Volk 1 to handle the dynamic load of Vulkan.

This removes the need to carry the vk_bundle everywhere for every Vulkan call, along with reducing the complexity of handling all of the function pointer loading ourself.

Merge request reports