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::GraphicsContext::ScreenSettings::ScreenSettings | ( | ) | [inline] |
osg::GraphicsContext::GraphicsContext::ScreenSettings::ScreenSettings | ( | int | width, | |
int | height, | |||
double | refreshRate = 0 , |
|||
unsigned int | colorDepth = 0 | |||
) | [inline] |
unsigned int osg::GraphicsContext::GraphicsContext::ScreenSettings::colorDepth |
RGB(A) color buffer depth.
int osg::GraphicsContext::GraphicsContext::ScreenSettings::height |
double osg::GraphicsContext::GraphicsContext::ScreenSettings::refreshRate |
Screen refresh rate, in Hz.
Referenced by osg::GraphicsContext::GraphicsContext::WindowingSystemInterface::setScreenRefreshRate().
int osg::GraphicsContext::GraphicsContext::ScreenSettings::width |
![]() | Generated at Mon Feb 23 19:04:37 2009 for the OpenSceneGraph by doxygen 1.5.8. |