Torque2D Reference
Loading...
Searching...
No Matches
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()

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

Member Function Documentation

◆ operator=()

void operator= ( const Resolution otherRes)
inline

◆ operator==()

bool operator== ( const Resolution otherRes) const
inline

Member Data Documentation

◆ bpp

U32 bpp

◆ h

U32 h

◆ w

U32 w

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