Cleaned up texture VRAM usage tracking.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2017-05-06 23:56:10 -03:00
parent b590edf27d
commit b019a4a64c
13 changed files with 71 additions and 69 deletions
+2 -6
View File
@@ -114,9 +114,8 @@ public:
struct Stats
{
size_t textureMemory;
int drawCalls;
int shaderSwitches;
int drawCalls;
int shaderSwitches;
} stats;
struct Bugs
@@ -366,9 +365,6 @@ public:
float getMaxLODBias() const;
void updateTextureMemorySize(size_t oldsize, size_t newsize);
/**
* Gets whether the context is Core Profile OpenGL 3.2+.
**/