aboutsummaryrefslogtreecommitdiff
path: root/graphics/spirv-tools/pkg-descr
blob: 069e3fc4ed73fae0ea17231517393040d70fd319 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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.

WWW: https://github.com/KhronosGroup/SPIRV-Tools