Integrated updates to stats sent in my Geoff Michel.
This commit is contained in:
@@ -58,7 +58,10 @@ class OSGUTIL_EXPORT RenderBin : public osg::Object
|
||||
virtual void draw_local(osg::State& state,RenderLeaf*& previous);
|
||||
|
||||
/** extract stats for current draw list. */
|
||||
void getStats(osg::Statistics& primStats);
|
||||
bool getStats(osg::Statistics* primStats);
|
||||
void getPrims(osg::Statistics* primStats);
|
||||
bool getPrims(osg::Statistics* primStats, const int nbin);
|
||||
|
||||
|
||||
public:
|
||||
|
||||
|
||||
@@ -116,7 +116,7 @@ class OSGUTIL_EXPORT RenderStage : public RenderBin
|
||||
void addToDependencyList(RenderStage* rs);
|
||||
|
||||
/** extract stats for current draw list. */
|
||||
void getStats(osg::Statistics& primStats);
|
||||
bool getStats(osg::Statistics* primStats);
|
||||
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user