diff options
author | David Neto <dneto@google.com> | 2016-04-14 15:54:53 -0400 |
---|---|---|
committer | David Neto <dneto@google.com> | 2016-04-14 15:58:13 -0400 |
commit | 0306898c80cf1a75df048912e88354222153d0e8 (patch) | |
tree | 9a34e6d93aa2b40c3554fc0af396f1190055eb14 /README.md | |
parent | 0c6da949799c7cd300fb8fe6dd63a003fa4b57b0 (diff) | |
download | SPIRV-Headers-0306898c80cf1a75df048912e88354222153d0e8.tar.gz SPIRV-Headers-0306898c80cf1a75df048912e88354222153d0e8.tar.bz2 SPIRV-Headers-0306898c80cf1a75df048912e88354222153d0e8.zip |
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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |