torque Torque Game Engine Documentation
TGE Version 1.5.2

Voodoo2Device Class Reference

#include <winV2Video.h>

Inheritance diagram for Voodoo2Device:

Inheritance graph
[legend]

Public Member Functions

 Voodoo2Device ()
void initDevice ()
bool activate (U32 width, U32 height, U32 bpp, bool fullScreen)
void shutdown ()
void destroy ()
bool setScreenMode (U32 width, U32 height, U32 bpp, bool fullScreen, bool forceIt=false, bool repaint=true)
void swapBuffers ()
const char * getDriverInfo ()
bool getGammaCorrection (F32 &g)
bool setGammaCorrection (F32 g)
bool setVerticalSync (bool on)

Static Public Member Functions

static DisplayDevicecreate ()

Constructor & Destructor Documentation

Voodoo2Device::Voodoo2Device (  ) 


Member Function Documentation

void Voodoo2Device::initDevice (  )  [virtual]

Implements DisplayDevice.

bool Voodoo2Device::activate ( U32  width,
U32  height,
U32  bpp,
bool  fullScreen 
) [virtual]

Implements DisplayDevice.

void Voodoo2Device::shutdown (  )  [virtual]

Implements DisplayDevice.

void Voodoo2Device::destroy (  ) 

bool Voodoo2Device::setScreenMode ( U32  width,
U32  height,
U32  bpp,
bool  fullScreen,
bool  forceIt = false,
bool  repaint = true 
) [virtual]

Implements DisplayDevice.

void Voodoo2Device::swapBuffers (  )  [virtual]

Implements DisplayDevice.

const char* Voodoo2Device::getDriverInfo (  )  [virtual]

Implements DisplayDevice.

bool Voodoo2Device::getGammaCorrection ( F32 g  )  [virtual]

Implements DisplayDevice.

bool Voodoo2Device::setGammaCorrection ( F32  g  )  [virtual]

Implements DisplayDevice.

bool Voodoo2Device::setVerticalSync ( bool  on  )  [virtual]

Implements DisplayDevice.

static DisplayDevice* Voodoo2Device::create (  )  [static]




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