C# Class Fusion.Drivers.Graphics.HardwareProfileChecker

Datei anzeigen Open project: demiurghg/FusionEngine

Public Methods

Method Description
GetFeatureLevel ( GraphicsProfile profile ) : FeatureLevel

Gets the level of feature ?

GetShaderVersion ( GraphicsProfile profile ) : string

Gets the version of shader

Method Details

GetFeatureLevel() public static method

Gets the level of feature ?
public static GetFeatureLevel ( GraphicsProfile profile ) : FeatureLevel
profile GraphicsProfile
return FeatureLevel

GetShaderVersion() public static method

Gets the version of shader
public static GetShaderVersion ( GraphicsProfile profile ) : string
profile GraphicsProfile
return string