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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/slang/type-layout.h b/source/slang/type-layout.h
index 18a51c155..bb32d769e 100644
--- a/source/slang/type-layout.h
+++ b/source/slang/type-layout.h
@@ -376,7 +376,6 @@ public:
typedef unsigned int VarLayoutFlags;
enum VarLayoutFlag : VarLayoutFlags
{
- IsRedeclaration = 1 << 0, ///< This is a redeclaration of some shader parameter
HasSemantic = 1 << 1
};