commit | 291def0793b3abea934f034742d60ad54f9036cb | [log] [tgz] |
---|---|---|
author | Hans-Kristian Arntzen <post@arntzen-software.no> | Wed Sep 21 14:49:19 2022 +0200 |
committer | Hans-Kristian Arntzen <post@arntzen-software.no> | Wed Sep 21 14:53:36 2022 +0200 |
tree | aaf9b8eccf1c3a0a1db1c3db20492a4fab87ca11 | |
parent | a7f64a8b90c2efbb29ca7debe9a18241a152bb30 [diff] |
MSL: Add more keywords to reserved set. Address space qualifiers must also be banned.
diff --git a/spirv_msl.cpp b/spirv_msl.cpp index 36a128b..d81a818 100644 --- a/spirv_msl.cpp +++ b/spirv_msl.cpp
@@ -13737,6 +13737,8 @@ "vertex", "fragment", "compute", + "constant", + "device", "bias", "level", "gradient2d", @@ -13863,6 +13865,8 @@ "M_SQRT2", "M_SQRT1_2", "quad_broadcast", + "thread", + "threadgroup", }; return keywords;