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 | GLint | The color format. | |
|---|---|---|---|
| width | GLint | Width of the buffer. | |
| height | GLint | Height of the buffer. | |
| offsetX | int | Offset for showing the display. | |
| offsetY | int | Offset for showing the display. | |
| display | GLenum | Definition representing the display. |
| DisplayDescription | Constructor. |
|---|
CONFIDENTIAL