diff options
Diffstat (limited to 'tools/gfx/renderer-shared.h')
| -rw-r--r-- | tools/gfx/renderer-shared.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gfx/renderer-shared.h b/tools/gfx/renderer-shared.h index e6f54ae10..5ba6bbc50 100644 --- a/tools/gfx/renderer-shared.h +++ b/tools/gfx/renderer-shared.h @@ -1234,6 +1234,8 @@ class ShaderTableBase { public: Slang::List<Slang::String> m_entryPointNames; + Slang::List<ShaderRecordOverwrite> m_recordOverwrites; + uint32_t m_rayGenShaderCount; uint32_t m_missShaderCount; uint32_t m_hitGroupCount; |
