TexCache: also incude textures within the render target pool

This commit is contained in:
degasus 2015-01-17 10:29:10 +01:00
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;