finish draw stats

This commit is contained in:
Glenn Maynard
2002-11-11 20:43:30 +00:00
parent b13fe6e6b6
commit b037524db0
3 changed files with 16 additions and 7 deletions
+5
View File
@@ -71,6 +71,11 @@ public:
void GetHzAtResolution(int width, int height, int bpp, CArray<int,int> &add) const;
int GetMaxTextureSize() const;
/* Statistics */
int GetFPS() const;
int GetVPF() const;
int GetDPF() const;
protected:
void AddVerts( const RageVertex v[], int iNumVerts );
};