Help me keep track of VBOs

This commit is contained in:
Siana Gearz
2011-05-07 05:47:13 +02:00
parent 0903241b8f
commit e3f9b4dbbe
3 changed files with 22 additions and 16 deletions

View File

@@ -212,6 +212,7 @@ void display_stats()
{
F32 fps = gRecentFrameCount / fps_log_freq;
llinfos << llformat("FPS: %.02f", fps) << llendl;
llinfos << llformat("VBO: %d glVBO: %d", LLVertexBuffer::sCount, LLVertexBuffer::sGLCount) << llendl;
gRecentFrameCount = 0;
gRecentFPSTime.reset();
}