Torque2D Reference
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Public Attributes | List of all members
Resolution Struct Reference

#include <platformVideo.h>

Public Member Functions

 Resolution (U32 _w=0, U32 _h=0, U32 _bpp=0)
 
bool operator== (const Resolution &otherRes) const
 
void operator= (const Resolution &otherRes)
 

Public Attributes

U32 w
 
U32 h
 
U32 bpp
 

Constructor & Destructor Documentation

Resolution ( U32  _w = 0,
U32  _h = 0,
U32  _bpp = 0 
)
inline

Member Function Documentation

void operator= ( const Resolution otherRes)
inline
bool operator== ( const Resolution otherRes) const
inline

Member Data Documentation

U32 bpp
U32 h
U32 w

The documentation for this struct was generated from the following file: