diff options
| author | Yong He <yonghe@outlook.com> | 2020-09-14 10:28:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-14 10:28:22 -0700 |
| commit | 2e3688af574738650c2753680ce9f417fb22e5e7 (patch) | |
| tree | d99d049a98540336f2d803545d94d91fb200cc8e /source/slang/slang-emit-cpp.h | |
| parent | 54616718b07b2256271a88b4fc862c6acdb23773 (diff) | |
Dynamic dispatch bug fixes. (#1541)
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'source/slang/slang-emit-cpp.h')
| -rw-r--r-- | source/slang/slang-emit-cpp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/slang/slang-emit-cpp.h b/source/slang/slang-emit-cpp.h index e12493b5a..3b7acd953 100644 --- a/source/slang/slang-emit-cpp.h +++ b/source/slang/slang-emit-cpp.h @@ -137,6 +137,8 @@ protected: HashSet<const HLSLIntrinsic*> m_intrinsicEmitted; + HashSet<IRInterfaceType*> m_interfaceTypesEmitted; + StringSlicePool m_slicePool; SemanticUsedFlags m_semanticUsedFlags; |
