Public Member Functions | |
| ScreenSettings () | |
| ScreenSettings (int width, int height, double refreshRate=0, unsigned int colorDepth=0) | |
Public Attributes | |
| int | width |
| int | height |
| double | refreshRate |
| Screen refresh rate, in Hz. | |
| unsigned int | colorDepth |
| RGB(A) color buffer depth. | |
Note the '0' value stands for 'unset'.
| osg::GraphicsContext::ScreenSettings::ScreenSettings | ( | ) | [inline] |
| osg::GraphicsContext::ScreenSettings::ScreenSettings | ( | int | width, | |
| int | height, | |||
| double | refreshRate = 0, |
|||
| unsigned int | colorDepth = 0 | |||
| ) | [inline] |
| unsigned int osg::GraphicsContext::ScreenSettings::colorDepth |
RGB(A) color buffer depth.
Screen refresh rate, in Hz.
Referenced by osg::GraphicsContext::WindowingSystemInterface::setScreenRefreshRate().
| Generated at Sat May 14 08:21:12 2011 for the OpenSceneGraph by doxygen 1.5.9. |