spirv-tools
The SPIR-V Tools project provides an API and commands for processing SPIR-V modules.
The SPIR-V Tools project provides an API and commands for processing SPIR-V modules.
To install this package, run one of the following:
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.
Summary
The SPIR-V Tools project provides an API and commands for processing SPIR-V modules.
Last Updated
Apr 1, 2025 at 00:15
License
Apache-2.0
Total Downloads
1
Supported Platforms
GitHub Repository
https://github.com/KhronosGroup/SPIRV-Tools