OGRE  1.9.0
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 217 of file OgreRenderSystemCapabilities.h.

Constructor & Destructor Documentation

◆ DriverVersion()

Ogre::DriverVersion::DriverVersion ( )

Definition at line 224 of file OgreRenderSystemCapabilities.h.

References build, major, minor, and release.

Member Function Documentation

◆ fromString()

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

◆ toString()

String Ogre::DriverVersion::toString ( ) const

Definition at line 229 of file OgreRenderSystemCapabilities.h.

References build, major, minor, and release.

Member Data Documentation

◆ build

int Ogre::DriverVersion::build

◆ major

int Ogre::DriverVersion::major

◆ minor

int Ogre::DriverVersion::minor

◆ release

int Ogre::DriverVersion::release

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