MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / CachedTexture

Method CachedTexture

Source/HLEGraphics/CachedTexture.cpp:216–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216CachedTexture::CachedTexture( const TextureInfo & ti )
217: mTextureInfo( ti )
218, mpTexture(nullptr)
219, mTextureContentsHash( 0 )
220, mFrameLastUpToDate( gRDPFrame )
221, mFrameLastUsed( gRDPFrame )
222{
223}
224
225CachedTexture::~CachedTexture()
226{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected