| 214 | } |
| 215 | |
| 216 | CachedTexture::CachedTexture( const TextureInfo & ti ) |
| 217 | : mTextureInfo( ti ) |
| 218 | , mpTexture(nullptr) |
| 219 | , mTextureContentsHash( 0 ) |
| 220 | , mFrameLastUpToDate( gRDPFrame ) |
| 221 | , mFrameLastUsed( gRDPFrame ) |
| 222 | { |
| 223 | } |
| 224 | |
| 225 | CachedTexture::~CachedTexture() |
| 226 | { |
nothing calls this directly
no outgoing calls
no test coverage detected