SpiecsEngine
 
Loading...
Searching...
No Matches

◆ SetHitGroupsCache()

void Spices::RayTracingRenderer::SetHitGroupsCache ( std::shared_ptr< std::unordered_map< std::string, uint32_t > > cache)
inlineprivate

Set HitGroupsCache.

Parameters
[in]cacheHitGroupsCache.

Definition at line 168 of file RayTracingRenderer.h.

168{ m_HitGroupsCache = cache; }
std::shared_ptr< std::unordered_map< std::string, uint32_t > > m_HitGroupsCache
Hit groups cached data.