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 8Shipped: yes 9 10Description: 11volk is a meta-loader for Vulkan. It allows you to dynamically load 12entrypoints required to use Vulkan without linking to vulkan-1.dll 13or statically linking Vulkan loader. Additionally, volk simplifies 14the use of Vulkan extensions by automatically loading all associated 15entrypoints. Finally, volk enables loading Vulkan entrypoints directly 16from the driver which can increase performance by skipping loader 17dispatch overhead. 18 19Local Modifications: 20NONE 21