Meta loader for Vulkan API.
Note that the static library target volk::volk is built without platform-specific defines.
Use the header-only target volk::volk_headers if you require platform-specific extensions.
volk provides CMake targets:
find_package(volk CONFIG REQUIRED)
target_link_libraries(main PRIVATE volk::volk volk::volk_headers)
v1.3.296#0
All
MIT
Manifest