|
OpenSceneGraph
3.4.1
|
Simple resolution structure used by WindowingSystemInterface to get and set screen resolution. More...
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. More... | |
| unsigned int | colorDepth |
| RGB(A) color buffer depth. More... | |
Simple resolution structure used by WindowingSystemInterface to get and set screen resolution.
Note the '0' value stands for 'unset'.
|
inline |
|
inline |
| unsigned int osg::GraphicsContext::ScreenSettings::colorDepth |
RGB(A) color buffer depth.
| int osg::GraphicsContext::ScreenSettings::height |
| double osg::GraphicsContext::ScreenSettings::refreshRate |
Screen refresh rate, in Hz.
Referenced by osg::GraphicsContext::WindowingSystemInterface::setScreenRefreshRate().
| int osg::GraphicsContext::ScreenSettings::width |
| Generated at Sun Jun 19 2022 09:25:40 for the OpenSceneGraph by doxygen 1.8.5. |