GLBasic forum

Main forum => GLBasic - en => Topic started by: Leginus on 2011-Jan-30

Title: Software render
Post by: Leginus on 2011-Jan-30
Is it possible to force a software render.  The reason that i ask is that I have an old laptop with a slow processor, but it does have an OpenGL compatible gfx card.  My plan is that if I force it to software render, then i could perhaps ascertain how fast a software render would run on an old pc WITHOUT opengl compatibilty.

Title: Re: Software render
Post by: Leginus on 2011-Jan-31
You may have just saved me a testing job :good:
Thanks for info.
Title: Re: Software render
Post by: Kitty Hello on 2011-Jan-31
There is an opengl32.dll (Mesa) in samples/_projects_/Shaders IIRC.
Title: Re: Software render
Post by: Leginus on 2011-Jan-31
Ok thx:)