C# Class Axiom.RenderSystems.OpenGL.ATI.PixelShader.TestFloatResult

Show file Open project: WolfgangSt/axiom

Public Properties

Property Type Description
charSize int
testString string
val float

Public Methods

Method Description
TestFloatResult ( string test, float val, int charSize ) : System

Method Details

TestFloatResult() public method

public TestFloatResult ( string test, float val, int charSize ) : System
test string
val float
charSize int
return System

Property Details

charSize public property

public int charSize
return int

testString public property

public string testString
return string

val public property

public float val
return float