README 511 B

1234567891011
  1. The SPIR-V Tools project provides an API and commands for processing
  2. SPIR-V modules.
  3. The project includes an assembler, binary module parser, disassembler,
  4. validator, and optimizer for SPIR-V. Except for the optimizer,
  5. all are based on a common static library. The library contains all
  6. of the implementation details, and is used in the standalone tools
  7. whilst also enabling integration into other code bases directly. The
  8. optimizer implementation resides in its own library, which depends
  9. on the core library.