C# Class Axiom.Graphics.Technique.GPUDeviceNameRule

Rule controlling whether technique is deemed supported based on GPU device name
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Méthodes publiques

Свойство Type Description
CaseSensitive bool
DevicePattern string
Include bool

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GPUDeviceNameRule ( string pattern, bool ie, bool caseSen ) : System
GetHashCode ( ) : int
operator ( ) : bool

Method Details

Equals() public méthode

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

GPUDeviceNameRule() public méthode

public GPUDeviceNameRule ( string pattern, bool ie, bool caseSen ) : System
pattern string
ie bool
caseSen bool
Résultat System

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

CaseSensitive public_oe property

public bool CaseSensitive
Résultat bool

DevicePattern public_oe property

public string DevicePattern
Résultat string

Include public_oe property

public bool Include
Résultat bool