Roni Kass (roni++at++dreamteam-ltd.com)
Wed, 08 Jul 1998 17:52:53 +0300
The following short-code, crashes on the O2 && indy when it reaches
"pfEnable". On the impact R10000 and on the onyx - it works.
Does anyone know why ?? are there any more initializations that will
make it work ??
---------------------- The code ---------------------------------------
#include <iostream.h>
#include <Performer/pf.h>
#include <Performer/pr.h>
main()
{
pfInit();
pfMultiprocess(PFMP_APPCULLDRAW);
pfConfig();
pfPhase(PFPHASE_FLOAT);
cout << "bfr pfEnable\n" << flush;
pfEnable(PFEN_TEXGEN);
cout << "aftr pfEnable\n" << flush;
}
---------------------- The code ---------------------------------------
compilation: CC test_tgen.C -o test_tgen -lpf_ogl -lfpe
Thanks in advance.
Roni Kass
DreamTeam Ltd.
=======================================================================
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 Mon Aug 10 1998 - 17:57:41 PDT