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 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.

Member Functions

DisplayDescription Constructor.

CONFIDENTIAL