Hi Marlin,

On 9 May 2018 at 18:46, Rowley, Marlin R <[email protected]> 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.
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to