C# Class Axiom.Graphics.Technique.GPUDeviceNameRule

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

Public Properties

Property Type Description
CaseSensitive bool
DevicePattern string
Include bool

Public Methods

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

Method Details

Equals() public method

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

GPUDeviceNameRule() public method

public GPUDeviceNameRule ( string pattern, bool ie, bool caseSen ) : System
pattern string
ie bool
caseSen bool
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool

Property Details

CaseSensitive public property

public bool CaseSensitive
return bool

DevicePattern public property

public string DevicePattern
return string

Include public property

public bool Include
return bool