Meta loader for Vulkan API https://github.com/zeux/volk
Go to file
2025-01-07 10:07:00 +01:00
README.md package created using the webbuild interface [release 1.3.295-1mamba;Fri Jan 03 2025] 2025-01-04 10:44:07 +01:00
vulkan-volk.spec automatic version update by autodist [release 1.4.304-1mamba;Mon Jan 06 2025] 2025-01-07 10:07:00 +01:00

vulkan-volk

volk is a meta-loader for Vulkan. It allows you to dynamically load entrypoints required to use Vulkan without linking to vulkan-1.dll or statically linking Vulkan loader. Additionally, volk simplifies the use of Vulkan extensions by automatically loading all associated entrypoints. Finally, volk enables loading Vulkan entrypoints directly from the driver which can increase performance by skipping loader dispatch overhead.