From 318adcc27b8d89ec1d47c445a93239dd81be0b31 Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 12 Jun 2024 09:45:26 -0700 Subject: Add compiler option to treat enum types as unscoped. (#4354) --- slang.h | 1 + 1 file changed, 1 insertion(+) (limited to 'slang.h') diff --git a/slang.h b/slang.h index d807efec4..ea87daeb4 100644 --- a/slang.h +++ b/slang.h @@ -865,6 +865,7 @@ extern "C" MinimumSlangOptimization, // bool DisableNonEssentialValidations, // bool DisableSourceMap, // bool + UnscopedEnum, // bool PreserveParameters, // bool: preserve all resource parameters in the output code. // Target -- cgit v1.2.3