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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang/parser.cpp b/source/slang/parser.cpp
index 8314b0930..e0ff85164 100644
--- a/source/slang/parser.cpp
+++ b/source/slang/parser.cpp
@@ -747,6 +747,7 @@ namespace Slang
CASE(binding, GLSLBindingLayoutModifier);
CASE(set, GLSLSetLayoutModifier);
CASE(location, GLSLLocationLayoutModifier);
+ CASE(push_constant, GLSLPushConstantLayoutModifier);
#undef CASE
else