Hi Michael,

PBO's are typically used to improve performance via async data
transfer, you can often do work without them.  Try just disabling the
use of PBO's.

Also try updating the driver version.

Robert.

On 31 May 2015 at 16:30, michael kapelko <[email protected]> wrote:
> Hi.
> I use Viewer with PBO (almost an exact copy of
> http://minervagis.googlecode.com/svn/branches/releases/1.0.0/Source/OsgTools/Render/OffScreenRenderer.cpp
> ) to render models into textures without altering main window.
> I found out that Intel HD Graphics GPU can't process it by simply crashing
> with an error.
> Is there a way to render a scene without altering main window? May be by
> spawning a second window as invisible or smth?
> Thanks.
>
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to