| 40 | { |
| 41 | |
| 42 | ShadowMapManager::ShadowMapManager() |
| 43 | { |
| 44 | } |
| 45 | |
| 46 | void ShadowMapManager::Initialize(IRenderDevice* pDevice, IRenderStateCache* pStateCache, const InitInfo& initInfo) |
| 47 | { |
nothing calls this directly
no outgoing calls
no test coverage detected