summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ast-decl.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-ast-decl.h')
-rw-r--r--source/slang/slang-ast-decl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang/slang-ast-decl.h b/source/slang/slang-ast-decl.h
index 1a850da0d..0bda6fc79 100644
--- a/source/slang/slang-ast-decl.h
+++ b/source/slang/slang-ast-decl.h
@@ -377,6 +377,7 @@ enum class TypeTag
Incomplete = 2,
LinkTimeSized = 4,
Opaque = 8,
+ NonAddressable = 16,
};
// Declaration of a type that represents some sort of aggregate