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

Exibir arquivo 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_oe property

public int charSize
return int

testString public_oe property

public string testString
return string

val public_oe property

public float val
return float