C# Class Axiom.Graphics.DriverVersion

DriverVersion is used by RenderSystemCapabilities and both GL and D3D9 to store the version of the current GPU driver
Show file Open project: WolfgangSt/axiom

Public Methods

Method Description
DriverVersion ( int major, int minor, int release, int build ) : System

Equals ( object obj ) : bool

FromString ( string versionString ) : void

GetHashCode ( ) : int

ToString ( ) : string

operator ( ) : bool

Method Details

DriverVersion() public method

public DriverVersion ( int major, int minor, int release, int build ) : System
major int
minor int
release int
build int
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

FromString() public method

public FromString ( string versionString ) : void
versionString string
return void

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool