C# Class Axiom.Graphics.Technique.GPUVendorRule

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

Public Methods

Method Description
Equals ( object obj ) : bool
GPUVendorRule ( GPUVendor v, bool ie ) : System
GetHashCode ( ) : int
operator ( ) : bool

Method Details

Equals() public method

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

GPUVendorRule() public method

public GPUVendorRule ( GPUVendor v, bool ie ) : System
v GPUVendor
ie bool
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool