From 4639d3b1bc3a882461645e0356c894c7d79a28f8 Mon Sep 17 00:00:00 2001 From: degasus Date: Sat, 17 Jan 2015 10:29:10 +0100 Subject: TexCache: also incude textures within the render target pool --- Source/Core/VideoCommon/Statistics.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/VideoCommon/Statistics.cpp') diff --git a/Source/Core/VideoCommon/Statistics.cpp b/Source/Core/VideoCommon/Statistics.cpp index 9857c7c39d..949b50558f 100644 --- a/Source/Core/VideoCommon/Statistics.cpp +++ b/Source/Core/VideoCommon/Statistics.cpp @@ -28,6 +28,7 @@ std::string Statistics::ToString() { std::string str; str += StringFromFormat("Textures created: %i\n", stats.numTexturesCreated); + str += StringFromFormat("Textures uploaded: %i\n", stats.numTexturesUploaded); str += StringFromFormat("Textures alive: %i\n", stats.numTexturesAlive); str += StringFromFormat("pshaders created: %i\n", stats.numPixelShadersCreated); str += StringFromFormat("pshaders alive: %i\n", stats.numPixelShadersAlive); -- cgit v1.2.3