nw::dev::DisplayDescription Structure

Syntax

struct DisplayDescription
{
   GLint format;
   GLint width;
   GLint height;
   int offsetX;
   int offsetY;
   GLenum display;
};

Description

Structure representing a description of the display buffer.

Member Variables

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.

Member Functions

DisplayDescription Constructor.

CONFIDENTIAL