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 36 37 38 39 40 41 42 43 44 45 46
|
Source: spirv-reflect
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: Antoine Lassagne <antoine.lassagne@canonical.com>,
Dylan Aïssi <daissi@debian.org>
Section: utils
Priority: optional
Standards-Version: 4.7.2
Build-Depends: debhelper-compat (= 13),
cmake,
help2man,
libgtest-dev,
Homepage: https://github.com/KhronosGroup/SPIRV-Reflect
Vcs-Git: https://salsa.debian.org/xorg-team/vulkan/spirv-reflect.git
Vcs-Browser: https://salsa.debian.org/xorg-team/vulkan/spirv-reflect
Description: Convert SPIR-V to other shader languages
SPIRV-Reflect is a lightweight library that provides a C/C++ reflection API
for SPIR-V shader bytecode in Vulkan applications.
* Extract descriptor bindings from SPIR-V bytecode, to assist in the
generation of Vulkan descriptor set and pipeline layouts.
* Extract push constant block size from SPIR-V bytecode to assist in the
generation of pipeline layouts.
* Extract full layout data for uniform buffer and push constant blocks from
SPIR-V bytecode, to assist in application updates of these structures.
* Extract input/output variables from SPIR-V bytecode (including semantic
decorations for HLSL shaders), to assist in validation of pipeline
input/output settings.
* Remap descriptor bindings at runtime, and update the source SPIR-V bytecode
accordingly.
* Log all reflection data as human-readable text.
Package: spirv-reflect
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ${source:Synopsis} (CLI tool)
${source:Extended-Description}
.
This package provides the CLI tool.
Package: libspirv-reflect-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ${source:Synopsis} (development files)
${source:Extended-Description}
.
This package provides the development files for libspirv-reflect.
|