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