diff options
author | Henry Rose <heroseh@protonmail.com> | 2023-05-31 07:33:12 +0100 |
---|---|---|
committer | Henry Rose <heroseh@protonmail.com> | 2023-05-31 07:33:12 +0100 |
commit | 730800f6d85ef242904b6e09f4ee3b634778f40e (patch) | |
tree | 52de23d06c68886c0564cfcb12c554cc3e9ead6d /include/spirv/unified1/spirv.hpp11 | |
parent | 30e0e73ab5131c199534e6de7ed7d503eba65b80 (diff) | |
download | SPIRV-Headers-730800f6d85ef242904b6e09f4ee3b634778f40e.tar.gz SPIRV-Headers-730800f6d85ef242904b6e09f4ee3b634778f40e.tar.bz2 SPIRV-Headers-730800f6d85ef242904b6e09f4ee3b634778f40e.zip |
regenerate headers & correct order of TileImage*ReadAccessEXT Capability enum
Diffstat (limited to 'include/spirv/unified1/spirv.hpp11')
-rw-r--r-- | include/spirv/unified1/spirv.hpp11 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/spirv/unified1/spirv.hpp11 b/include/spirv/unified1/spirv.hpp11 index 300d665..7bd2910 100644 --- a/include/spirv/unified1/spirv.hpp11 +++ b/include/spirv/unified1/spirv.hpp11 @@ -69,6 +69,7 @@ enum class SourceLanguage : unsigned { HLSL = 5, CPP_for_OpenCL = 6, SYCL = 7, + HERO_C = 8, Max = 0x7fffffff, }; |