|
|
Public Member Functions | |
| DisplayMode () | |
| Default constructor. | |
| DisplayMode (const wxSize &size, const PixelFormat &format, size_t depthBufferDepth, size_t stencilBufferDepth) | |
| Constructor for all members of this object. | |
| bool | operator== (const DisplayMode &mode) const |
| Equality operator. | |
| bool | operator!= (const DisplayMode &mode) const |
| Unequality operator. | |
Public Attributes | |
| wxSize | m_size |
| The size of the target. | |
| PixelFormat | m_format |
| Pixel format of the target (for windows, the format of the back buffer). | |
| size_t | m_depthBufferDepth |
| The bit depth of the depth buffer. | |
| size_t | m_stencilBufferDepth |
| The bit depth of the stencil buffer. | |
|
|
Unquality operator. |
|
|
Equality operator. |
|
Copyright © by Martin Ecker |