SpiecsEngine
Loading...
Searching...
No Matches
◆
GetHitGroupsCache()
std::shared_ptr< std::unordered_map< std::string, uint32_t > > Spices::RayTracingRenderer::GetHitGroupsCache
(
)
private
Get HitGroupsCache.
Returns
Returns HitGroupsCache.
Definition at line
192
of file
RayTracingRenderer.cpp
.
193
{
194
SPICES_PROFILE_ZONE
;
195
196
if
(!
m_HitGroupsCache
)
197
{
198
m_HitGroupsCache
= std::make_shared<std::unordered_map<std::string, uint32_t>>();
199
}
200
201
return
m_HitGroupsCache
;
202
}
SPICES_PROFILE_ZONE
#define SPICES_PROFILE_ZONE
Definition
TracyProfilerWrapper.h:100
Spices::RayTracingRenderer::m_HitGroupsCache
std::shared_ptr< std::unordered_map< std::string, uint32_t > > m_HitGroupsCache
Hit groups cached data.
Definition
RayTracingRenderer.h:180
Spices
RayTracingRenderer
Generated on Sun Mar 8 2026 10:24:49 for SpiecsEngine by
1.10.0