torque Torque Game Engine Documentation
TGE Version 1.5.2

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)

Data Fields

U32 w
U32 h
U32 bpp


Constructor & Destructor Documentation

Resolution::Resolution ( U32  _w = 0,
U32  _h = 0,
U32  _bpp = 0 
) [inline]


Member Function Documentation

bool Resolution::operator== ( const Resolution otherRes  )  const [inline]

void Resolution::operator= ( const Resolution otherRes  )  [inline]


Field Documentation




All Rights Reserved GarageGames.com, Inc. 1999-2005
Auto-magically Generated with Doxygen