C# Class Radegast.Rendering.ShaderProgram

Inheritance: IDisposable
Exibir arquivo Open project: radegastdev/radegast

Public Properties

Property Type Description
CurrentProgram int
ID int

Public Methods

Method Description
Dispose ( ) : void
Load ( ) : bool
SetUniform1 ( string var, float value ) : void
SetUniform1 ( string var, int value ) : void
Start ( ) : void
Stop ( ) : void
Uni ( string var ) : int

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Load() public method

public Load ( ) : bool
return bool

SetUniform1() public method

public SetUniform1 ( string var, float value ) : void
var string
value float
return void

SetUniform1() public method

public SetUniform1 ( string var, int value ) : void
var string
value int
return void

Start() public method

public Start ( ) : void
return void

Stop() public static method

public static Stop ( ) : void
return void

Uni() public method

public Uni ( string var ) : int
var string
return int

Property Details

CurrentProgram public_oe static_oe property

public static int CurrentProgram
return int

ID public_oe property

public int ID
return int