summaryrefslogtreecommitdiff
path: root/source/slang/type-layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/type-layout.h')
-rw-r--r--source/slang/type-layout.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/slang/type-layout.h b/source/slang/type-layout.h
index 3ee12656c..262a8c3b1 100644
--- a/source/slang/type-layout.h
+++ b/source/slang/type-layout.h
@@ -237,6 +237,10 @@ public:
// Additional flags
VarLayoutFlags flags = 0;
+ // System-value semantic (and index) if this is a system value
+ String systemValueSemantic;
+ int systemValueSemanticIndex;
+
// The start register(s) for any resources
struct ResourceInfo
{