mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
TexCache: also incude textures within the render target pool
This commit is contained in:
parent
6cd6e6546f
commit
4639d3b1bc
4 changed files with 49 additions and 50 deletions
|
@ -18,6 +18,7 @@ struct Statistics
|
|||
int numVertexShadersAlive;
|
||||
|
||||
int numTexturesCreated;
|
||||
int numTexturesUploaded;
|
||||
int numTexturesAlive;
|
||||
|
||||
int numVertexLoaders;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue