| 115 | } |
| 116 | |
| 117 | Uint32 HnShadowMapManager::GetAtlasVersion() const |
| 118 | { |
| 119 | return m_ShadowMapAtlas->GetVersion(); |
| 120 | } |
| 121 | |
| 122 | ITexture* HnShadowMapManager::GetShadowTexture() const |
| 123 | { |
nothing calls this directly
no outgoing calls
no test coverage detected