diff options
| author | Yong He <yonghe@outlook.com> | 2023-05-10 14:10:53 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-10 14:10:53 -0700 |
| commit | 99bc31fdd6fd9a6cbce6afd5fa9b52fb47873f61 (patch) | |
| tree | ae6f8c301c771f5a27d1f775729a4fc759f1d804 /slang.h | |
| parent | c8e6a6452f4e531dca09152178bae2f9a2fb999a (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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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() |
