[osg-users] FBO setup not working..

Robert Osfield robert.osfield at gmail.com
Thu May 10 00:58:29 PDT 2018


Hi Marlin,

On 9 May 2018 at 18:46, Rowley, Marlin R <marlin.r.rowley at lmco.com> wrote:

> Hello,
>
>
>
> I get the following error when running the example:
> osgpackeddepthstencil.cpp
>
>
>
> *RenderStage::runCameraSetUp(), FBO setup failed, FBO status= 0x8cdd*
>
>
>
> I have a AMD Radeon RX580.
>

I have just tested osgpackeddepthstencil on my Linux/NVidia system and it
runs without errors.

Camera::attach() is the mechanism that the OSG uses to tell the OSG's
rendering back-end how to set up FBO's, there isn't another route for
this.  Perhaps it's an issue with the enum values used with the attach
calls, perhaps GL_STENCIL_INDEX8_EXT isn't supported by your system.

With driver/hardware specific issues like this having feedback from a range
of users is helpful as it can give us an idea on what OS/drivers/hardware
hard problems, this then gives clues as to what direction to look into.

Robert.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/attachments/20180510/6ac1c652/attachment.html>


More information about the osg-users mailing list