diff options
author | Raun Krisch <raun.krisch@gmail.com> | 2022-04-06 11:23:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-06 11:23:53 -0500 |
commit | 9c3fd01c8a91761b6e4be97ff4f13de76e779128 (patch) | |
tree | 61c6fa73cd8e9e54eaf46db3603f386bbcc32006 /include/spirv/unified1/spv.d | |
parent | 5bb42a80dcc63dab7ebbb741277e7936de7eb168 (diff) | |
parent | 064395f0f8fab3258f1b1a1e91a9843796573d3a (diff) | |
download | SPIRV-Headers-9c3fd01c8a91761b6e4be97ff4f13de76e779128.tar.gz SPIRV-Headers-9c3fd01c8a91761b6e4be97ff4f13de76e779128.tar.bz2 SPIRV-Headers-9c3fd01c8a91761b6e4be97ff4f13de76e779128.zip |
Merge pull request #270 from kpet/sycl
Add a SourceLanguage for SYCL
Diffstat (limited to 'include/spirv/unified1/spv.d')
-rw-r--r-- | include/spirv/unified1/spv.d | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/spirv/unified1/spv.d b/include/spirv/unified1/spv.d index dddff2b..0c9c164 100644 --- a/include/spirv/unified1/spv.d +++ b/include/spirv/unified1/spv.d @@ -65,6 +65,7 @@ enum SourceLanguage : uint OpenCL_CPP = 4, HLSL = 5, CPP_for_OpenCL = 6, + SYCL = 7, } enum ExecutionModel : uint |