1Name: Volk Meta loader for Vulkan API
2Short Name: volk
3URL: https://github.com/zeux/volk
4Version: 0
5License: MIT
6License File: LICENSE.md
7Security Critical: yes
8
9Description:
10volk is a meta-loader for Vulkan. It allows you to dynamically load
11entrypoints required to use Vulkan without linking to vulkan-1.dll
12or statically linking Vulkan loader. Additionally, volk simplifies
13the use of Vulkan extensions by automatically loading all associated
14entrypoints. Finally, volk enables loading Vulkan entrypoints directly
15from the driver which can increase performance by skipping loader
16dispatch overhead.
17
18Local Modifications:
19NONE
20