diff options
Diffstat (limited to 'include/slang-deprecated.h')
| -rw-r--r-- | include/slang-deprecated.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/slang-deprecated.h b/include/slang-deprecated.h index 32db65007..c81ae8537 100644 --- a/include/slang-deprecated.h +++ b/include/slang-deprecated.h @@ -1608,6 +1608,8 @@ struct ICompileRequest : public ISlangUnknown virtual SLANG_NO_THROW void SLANG_MCALL setTargetEmbedDownstreamIR(int targetIndex, bool value) = 0; + + virtual SLANG_NO_THROW void SLANG_MCALL setTargetForceCLayout(int targetIndex, bool value) = 0; }; #define SLANG_UUID_ICompileRequest ICompileRequest::getTypeGuid() |
