mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
VideoCommon: move texture dump function out of texture cache to its own free function so it can be used elsewhere. Doing this change may also slightly improve performance of this operation
This commit is contained in:
parent
1a2d0882d0
commit
fb86c6342e
8 changed files with 76 additions and 40 deletions
|
@ -361,8 +361,6 @@ private:
|
|||
TLUTFormat tlutfmt);
|
||||
void StitchXFBCopy(RcTcacheEntry& entry_to_update);
|
||||
|
||||
void DumpTexture(RcTcacheEntry& entry, std::string basename, unsigned int level,
|
||||
bool is_arbitrary);
|
||||
void CheckTempSize(size_t required_size);
|
||||
|
||||
RcTcacheEntry AllocateCacheEntry(const TextureConfig& config);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue