| 57 | } |
| 58 | |
| 59 | RefCntAutoPtr<ITextureAtlasSuballocation> HnShadowMapManager::Allocate(Uint32 Width, Uint32 Height) |
| 60 | { |
| 61 | RefCntAutoPtr<ITextureAtlasSuballocation> pSuballocation; |
| 62 | m_ShadowMapAtlas->Allocate(Width, Height, &pSuballocation); |
| 63 | return pSuballocation; |
| 64 | } |
| 65 | |
| 66 | void HnShadowMapManager::Commit(IRenderDevice* pDevice, IDeviceContext* pCtx) |
| 67 | { |
nothing calls this directly
no outgoing calls
no test coverage detected