C# Class Axiom.Graphics.DriverVersion

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

Méthodes publiques

Méthode 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 méthode

public DriverVersion ( int major, int minor, int release, int build ) : System
major int
minor int
release int
build int
Résultat System

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

FromString() public méthode

public FromString ( string versionString ) : void
versionString string
Résultat void

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool