OGRE  master
Object-Oriented Graphics Rendering Engine
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.

Constructor & Destructor Documentation

◆ DriverVersion()

Ogre::DriverVersion::DriverVersion ( )
inline

Member Function Documentation

◆ toString()

String Ogre::DriverVersion::toString ( ) const

Referenced by Ogre::to_string().

◆ fromString()

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

Member Data Documentation

◆ major

int Ogre::DriverVersion::major

◆ minor

int Ogre::DriverVersion::minor

◆ release

int Ogre::DriverVersion::release

◆ build

int Ogre::DriverVersion::build

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