nw::dev::DisplayDescription Structurestruct DisplayDescription
{
GLint format;
GLint width;
GLint height;
int offsetX;
int offsetY;
GLenum display;
};
Structure representing a description of the display buffer.
| format | The color format. | |
|---|---|---|
| width | Width of the buffer. | |
| height | Height of the buffer. | |
| offsetX | Offset for showing the display. | |
| offsetY | Offset for showing the display. | |
| display | Definition representing the display. |
| DisplayDescription | Constructor. |
|---|
CONFIDENTIAL