Marcin Romaszewicz (marcin++at++asmodean.engr.sgi.com)
Wed, 4 Nov 1998 10:49:58 -0800 (PST)
Oops. Make that last line:
tstriptri = geom.tStripTris;
>
> >
> > Hi,
> >
> > I am trying to collect some performance statistics on our
> > databases using the Performer 2.2 pfFrameStats functions.
> >
> > I define a class pointer, fsp using getFStats()
> >
> > This call returns a correct value:
> >
> > fsp->query(PFSTATSVAL_GFX_GEOM_TRIS |
> > PFFSTATS_BUF_PREV, &ntri, sizeof(float));
> >
> >
> > This call (immediately after the above call):
> >
> > fsp->query(PFSTATSVAL_GFX_GEOM_TSTRIPSTRIS |
> > PFFSTATS_BUF_PREV, &tstriptri, sizeof(float));
> >
> > returns the error message:
> >
> > 5022 PF Warning/Usage: pfStats::query() - unknown
> > query token 0x9b8 - no data written.
> >
> > What am I missing?
> >
> > Dave Findley
> > Boeing Flight Simulation - St. Louis
> >
> > =======================================================================
> > List Archives, FAQ, FTP: http://www.sgi.com/Technology/Performer/
> > Submissions: info-performer++at++sgi.com
> > Admin. requests: info-performer-request++at++sgi.com
> >
>
> =======================================================================
> List Archives, FAQ, FTP: http://www.sgi.com/Technology/Performer/
> Submissions: info-performer++at++sgi.com
> Admin. requests: info-performer-request++at++sgi.com
>
This archive was generated by hypermail 2.0b2 on Wed Nov 04 1998 - 10:50:01 PST