Adding a Batch Count to the 3D world

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Samuel
Enthusiast
Enthusiast
Posts: 755
Joined: Sun Jul 29, 2012 10:33 pm
Location: United States

Adding a Batch Count to the 3D world

Post by Samuel »

For a game or any 3D app it's nice to know how many batch counts are being used. I know Ogre already has this capability.
So, I think it would be a nice feature for debugging purposes and making sure your batch counts are still reasonable.
PMV
Enthusiast
Enthusiast
Posts: 727
Joined: Sat Feb 24, 2007 3:15 pm
Location: Germany

Re: Adding a Batch Count to the 3D world

Post by PMV »

http://www.ogre3d.org/docs/api/html/cla ... 059a1c2155

And btw. even not that interesting as the
TriangleCount and BatchCount, but for completness
as it shouldn't be to much work, maybe all statistic-
functions of that class, too? :D

MFG PMV
Post Reply