mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-01 04:55:03 +00:00
texture size status printout
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@388 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -36,3 +36,8 @@ GLuint TextureManager::getTexture(const std::string imageUrl)
|
||||
std::string fullUrl = presetURL + "/" + imageUrl;
|
||||
return LoadTexture(fullUrl.c_str());
|
||||
}
|
||||
|
||||
unsigned int TextureManager::getTextureMemorySize()
|
||||
{
|
||||
return GetTotalTextureSize();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user