slackbuilds/graphics/SPIRV-Tools
Robby Workman 48c22f9303 various: Kill lots of python3 dep mentions
This is far from complete.
We still need to review and tweak anything with "PYTHON" in
the README, as many/most/all of those are telling the user
how to build with python3 support. We almost surely want to
enable that by default in all of those cases.
2021-04-21 00:42:24 -05:00
..
README
SPIRV-Tools.SlackBuild graphics/SPIRV-Tools: Updated for version 2020.6. 2021-01-02 10:48:36 +07:00
SPIRV-Tools.info various: Kill lots of python3 dep mentions 2021-04-21 00:42:24 -05:00
slack-desc

README

The SPIR-V Tools project provides an API and commands for processing
SPIR-V modules.

The project includes an assembler, binary module parser, disassembler,
validator, and optimizer for SPIR-V. Except for the optimizer,
all are based on a common static library. The library contains all
of the implementation details, and is used in the standalone tools
whilst also enabling integration into other code bases directly. The
optimizer implementation resides in its own library, which depends
on the core library.