summaryrefslogtreecommitdiff
path: root/slang.h
diff options
context:
space:
mode:
Diffstat (limited to 'slang.h')
-rw-r--r--slang.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/slang.h b/slang.h
index e31689200..00957227a 100644
--- a/slang.h
+++ b/slang.h
@@ -560,6 +560,9 @@ extern "C"
/* Skip code generation step, just check the code and generate layout */
SLANG_COMPILE_FLAG_NO_CODEGEN = 1 << 4,
+ /* Obfuscate shader names on release products */
+ SLANG_COMPILE_FLAG_OBFUSCATE = 1 << 5,
+
/* Deprecated flags: kept around to allow existing applications to
compile. Note that the relevant features will still be left in
their default state. */