aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Neto <dneto@google.com>2016-04-14 15:54:53 -0400
committerDavid Neto <dneto@google.com>2016-04-14 15:58:13 -0400
commit0306898c80cf1a75df048912e88354222153d0e8 (patch)
tree9a34e6d93aa2b40c3554fc0af396f1190055eb14 /README.md
parent0c6da949799c7cd300fb8fe6dd63a003fa4b57b0 (diff)
downloadspirv-headers-0306898c80cf1a75df048912e88354222153d0e8.tar.gz
Add an example using a SPIR-V 1.1 header.
Also update the README to show use of 1.1 SPIR-V headers with 1.0 extended instruction sets.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 226c8c4..6f1b6f2 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ A CMake-based project can use the headers without installing, as follows:
```
#include "spirv/1.0/GLSL.std.450.h"
#include "spirv/1.0/OpenCL.std.h"
-#include "spirv/1.0/spirv.hpp"
+#include "spirv/1.1/spirv.hpp"
```
See also the [example](example/) subdirectory. But since that example is