aboutsummaryrefslogtreecommitdiff
path: root/graphics/SPIRV-Tools/README
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/SPIRV-Tools/README')
-rw-r--r--graphics/SPIRV-Tools/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/graphics/SPIRV-Tools/README b/graphics/SPIRV-Tools/README
deleted file mode 100644
index d0f604b893efe..0000000000000
--- a/graphics/SPIRV-Tools/README
+++ /dev/null
@@ -1,10 +0,0 @@
-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.