-------------------------------------------------------------------------------------- Description: Returns texture atlas render target if the atlas was created for render targets or nullptr otherwise. Return Value: texture atlas render target --------------------------------------------------------------------------------------
| 71 | // texture atlas render target |
| 72 | // -------------------------------------------------------------------------------------- |
| 73 | Tr2TextureAL* Tr2AtlasTexture::GetRenderTarget() |
| 74 | { |
| 75 | return m_renderTarget; |
| 76 | } |
| 77 | |
| 78 | void Tr2AtlasTexture::SetRenderTarget( Tr2TextureAL* rt ) |
| 79 | { |
no outgoing calls
no test coverage detected