TexCache: also incude textures within the render target pool

This commit is contained in:
degasus
2015-01-17 10:29:10 +01:00
parent 6cd6e6546f
commit 4639d3b1bc
4 changed files with 49 additions and 50 deletions

View File

@ -18,6 +18,7 @@ struct Statistics
int numVertexShadersAlive;
int numTexturesCreated;
int numTexturesUploaded;
int numTexturesAlive;
int numVertexLoaders;