diff options
Diffstat (limited to 'source/slang/slang-ast-builder.h')
| -rw-r--r-- | source/slang/slang-ast-builder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang/slang-ast-builder.h b/source/slang/slang-ast-builder.h index 72f875f91..798e1ddc0 100644 --- a/source/slang/slang-ast-builder.h +++ b/source/slang/slang-ast-builder.h @@ -517,6 +517,7 @@ public: Type* getStd140LayoutType(); Type* getStd430LayoutType(); Type* getScalarLayoutType(); + Type* getCLayoutType(); Type* getInitializerListType() { return m_sharedASTBuilder->getInitializerListType(); } Type* getOverloadedType() { return m_sharedASTBuilder->getOverloadedType(); } |
