orbea 84cfbe944c graphics/SPIRV-Tools: Upgraded to 2020.6. před 3 roky
..
README ed119fa455 graphics/SPIRV-Tools: Added (SPIR-V modules API and commands). před 4 roky
SPIRV-Tools.SlackBuild 84cfbe944c graphics/SPIRV-Tools: Upgraded to 2020.6. před 3 roky
SPIRV-Tools.info 84cfbe944c graphics/SPIRV-Tools: Upgraded to 2020.6. před 3 roky
slack-desc ed119fa455 graphics/SPIRV-Tools: Added (SPIR-V modules API and commands). před 4 roky

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.