OSG error [Screen #0] ChooseMatchingPixelFormat()

1、报错信息

      OSGViewer.exe打开cow.osg,报错 [Screen #0] ChooseMatchingPixelFormat() - Unable to choose the requested pixel format

2、定位代码

     OSG::OSGViewer::ChooseMatchingPixelFormat  line1619

     :: ChoosePixelFormat,usage: The ChoosePixelFormat function attempts to match an appropriate pixel format supported by a device context to a given pixel format specification.

3、可能存在的问题

    显卡驱动需要升级,或者显卡太老需要换代。我的机器就是显卡驱动太老,升级显卡驱动升级后就不报错了。

你可能感兴趣的:(OSG error [Screen #0] ChooseMatchingPixelFormat())