Bruno
03-07-2001, 09:46 AM
Hi
All the samples that use the pbuffer in the recent Nvidia opengl package are made under glut.
To change the rendering window, in glut they use :
void MakeGlutWindowCurrent()
{
static int glutWinId = glutGetWindow();
glutSetWindow( glutWinId );
}
How to do it under windows ?
thanks,
Bruno
All the samples that use the pbuffer in the recent Nvidia opengl package are made under glut.
To change the rendering window, in glut they use :
void MakeGlutWindowCurrent()
{
static int glutWinId = glutGetWindow();
glutSetWindow( glutWinId );
}
How to do it under windows ?
thanks,
Bruno