add new statistics for gpu buffer streaming

This commit is contained in:
degasus
2013-05-23 21:07:01 +02:00
parent 6a5e7d7be4
commit a51d6a6ddd
8 changed files with 21 additions and 0 deletions

View File

@ -60,6 +60,10 @@ struct Statistics
int numBufferSplits;
int numDListsCalled;
int bytesVertexStreamed;
int bytesIndexStreamed;
int bytesUniformStreamed;
};
ThisFrame thisFrame;
void ResetFrame();