BALL::VIEW::Resolution Struct Reference

#include <BALL/VIEW/RENDERING/renderTarget.h>

List of all members.


Public Member Functions

 Resolution ()
 Resolution (const unsigned width, const unsigned int height)

Public Attributes

unsigned int width
unsigned int height

Detailed Description

Stores a resolution consisting of width and height.


Constructor & Destructor Documentation

BALL::VIEW::Resolution::Resolution (  )  [inline]
BALL::VIEW::Resolution::Resolution ( const unsigned  width,
const unsigned int  height 
) [inline]

Member Data Documentation