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 29 30 31 32 33 34 35
|
Source: vkbasalt
Section: games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Stephan Lachnit <stephanlachnit@protonmail.com>
Build-Depends:
debhelper-compat (= 13),
meson,
pkg-config,
glslang-tools,
libx11-dev,
libvulkan-dev,
spirv-headers,
Rules-Requires-Root: no
Standards-Version: 4.5.1
Homepage: https://github.com/DadSchoorse/vkBasalt
Vcs-Browser: https://salsa.debian.org/games-team/vkbasalt
Vcs-Git: https://salsa.debian.org/games-team/vkbasalt.git
Package: vkbasalt
Section: misc
Architecture: any
Multi-Arch: same
Depends:
${shlibs:Depends},
${misc:Depends},
Suggests:
goverlay,
Description: Vulkan post processing layer to enhance the visual graphics of games
Current effects include:
- Contrast Adaptive Sharpening
- Denoised Luma Sharpening
- Fast Approximate Anti-Aliasing
- Enhanced Subpixel Morphological Anti-Aliasing
- 3D color LookUp Table
|