diff options
Diffstat (limited to 'graphics/SPIRV-Tools/README')
-rw-r--r-- | graphics/SPIRV-Tools/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/SPIRV-Tools/README b/graphics/SPIRV-Tools/README new file mode 100644 index 0000000000..d0f604b893 --- /dev/null +++ b/graphics/SPIRV-Tools/README @@ -0,0 +1,10 @@ +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. |