summaryrefslogtreecommitdiffstats
path: root/slang.h
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2023-05-10 14:10:53 -0700
committerGitHub <noreply@github.com>2023-05-10 14:10:53 -0700
commit99bc31fdd6fd9a6cbce6afd5fa9b52fb47873f61 (patch)
treeae6f8c301c771f5a27d1f775729a4fc759f1d804 /slang.h
parentc8e6a6452f4e531dca09152178bae2f9a2fb999a (diff)
Add slangc options for reporting downstream compile time. (#2878)
* Add slangc options for reporting downstream compile time. * Update doc. --------- Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'slang.h')
-rw-r--r--slang.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/slang.h b/slang.h
index f5092a1e6..1de04203c 100644
--- a/slang.h
+++ b/slang.h
@@ -4125,6 +4125,8 @@ namespace slang
virtual SLANG_NO_THROW void SLANG_MCALL setEnableEffectAnnotations(bool value) = 0;
+ virtual SLANG_NO_THROW void SLANG_MCALL setReportDownstreamTime(bool value) = 0;
+
};
#define SLANG_UUID_ICompileRequest ICompileRequest::getTypeGuid()