Public Member Functions | Public Attributes | List of all members
Ogre::DriverVersion Struct Reference

DriverVersion is used by RenderSystemCapabilities and both GL and D3D9 to store the version of the current GPU driver. More...

#include <OgreRenderSystemCapabilities.h>

Public Member Functions

 DriverVersion ()
 
void fromString (const String &versionString)
 
String toString () const
 

Public Attributes

int build
 
int major
 
int minor
 
int release
 

Detailed Description

DriverVersion is used by RenderSystemCapabilities and both GL and D3D9 to store the version of the current GPU driver.

Definition at line 215 of file OgreRenderSystemCapabilities.h.

Constructor & Destructor Documentation

Ogre::DriverVersion::DriverVersion ( )

Definition at line 222 of file OgreRenderSystemCapabilities.h.

Member Function Documentation

void Ogre::DriverVersion::fromString ( const String versionString)
String Ogre::DriverVersion::toString ( ) const

Definition at line 227 of file OgreRenderSystemCapabilities.h.

Member Data Documentation

int Ogre::DriverVersion::build
int Ogre::DriverVersion::major
int Ogre::DriverVersion::minor
int Ogre::DriverVersion::release

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

Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Wed Jun 25 2014 20:52:52