summaryrefslogtreecommitdiffstats
path: root/source/slang/parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/parser.cpp')
-rw-r--r--source/slang/parser.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/slang/parser.cpp b/source/slang/parser.cpp
index e0ff85164..1ad0c6b94 100644
--- a/source/slang/parser.cpp
+++ b/source/slang/parser.cpp
@@ -748,6 +748,9 @@ namespace Slang
CASE(set, GLSLSetLayoutModifier);
CASE(location, GLSLLocationLayoutModifier);
CASE(push_constant, GLSLPushConstantLayoutModifier);
+ CASE(local_size_x, GLSLLocalSizeXLayoutModifier);
+ CASE(local_size_y, GLSLLocalSizeYLayoutModifier);
+ CASE(local_size_z, GLSLLocalSizeZLayoutModifier);
#undef CASE
else