Re: [osg-users] OpenGL warning

2017-05-25 Thread Alberto Luaces
"Qiaokun Lefei" writes: > Hi, > > I always come across this warning "Warning: detected OpenGL error > 'invalid operation' after RenderBin::draw(..)" in my osg project. Mybe > it's just the problem of the driver. I want to know how to make this > warning disappear or just shield it. Hi Qiaokun,

[osg-users] OpenGL warning

2017-05-24 Thread Qiaokun Lefei
Hi, I always come across this warning "Warning: detected OpenGL error 'invalid operation' after RenderBin::draw(..)" in my osg project. Mybe it's just the problem of the driver. I want to know how to make this warning disappear or just shield it. Thank you! Cheers, Qiaokun

Re: [osg-users] OpenGl warning : application crashing

2008-10-09 Thread J.P. Delport
Hi, I think you are exhausting the memory on your video card, not the memory on the PC. You are probably sending too many textures to GPU. jp Vincent Bourdier wrote: Hi all, My problem with my application is with the long-term execution : After 10 or 20 min of execution, I have this

[osg-users] OpenGl warning : application crashing

2008-10-09 Thread Vincent Bourdier
Hi all, My problem with my application is with the long-term execution : After 10 or 20 min of execution, I have this warning : Warning: detected OpenGL error 'mÚmoire insuffisante' after RenderBin::draw(,) The applications load an write a lot of images during the execution, it can helps you to