summaryrefslogtreecommitdiff
path: root/slang.h
diff options
context:
space:
mode:
Diffstat (limited to 'slang.h')
-rw-r--r--slang.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/slang.h b/slang.h
index a0487303b..6c9ab3eea 100644
--- a/slang.h
+++ b/slang.h
@@ -642,6 +642,10 @@ extern "C"
};
typedef SlangInt32 SlangCapabilityID;
+ enum
+ {
+ SLANG_CAPABILITY_UNKNOWN = 0,
+ };
typedef unsigned int SlangMatrixLayoutMode;
enum