diff options
| author | Tim Foley <tfoleyNV@users.noreply.github.com> | 2017-07-14 11:31:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-14 11:31:23 -0700 |
| commit | d9366db8993c566fbb0af780c13db438dbf74022 (patch) | |
| tree | 7f8302ad4eb9558e1260ad8aed048f1292092489 /source/slang/parser.cpp | |
| parent | 47e94a14a174ce501883c85b7c742c10b785b4f5 (diff) | |
| parent | 2bf87743ffe73f041036ae62c8bf53f09215ca53 (diff) | |
Merge pull request #89 from tfoleyNV/glpervertex-location-fix
Don't use "auto locations" mode in glslang
Diffstat (limited to 'source/slang/parser.cpp')
| -rw-r--r-- | source/slang/parser.cpp | 1 |
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 |
