1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: vulkan-volk
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: Dylan Aïssi <daissi@debian.org>
Section: graphics
Priority: optional
Build-Depends: debhelper-compat (= 13),
cmake,
libvulkan-dev (>= 1.4.335)
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/xorg-team/vulkan/vulkan-volk/
Vcs-Git: https://salsa.debian.org/xorg-team/vulkan/vulkan-volk.git
Homepage: https://github.com/zeux/volk
Package: libvulkan-volk-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends}
# See https://github.com/zeux/volk/issues/66 for name clash
Conflicts: libvolk2-dev
Multi-Arch: same
Description: Meta-loader for Vulkan API
Volk 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.
|