C# Class Radegast.Rendering.ShaderProgram

Inheritance: IDisposable
Afficher le fichier Open project: radegastdev/radegast

Méthodes publiques

Свойство Type Description
CurrentProgram int
ID int

Méthodes publiques

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

Load() public méthode

public Load ( ) : bool
Résultat bool

SetUniform1() public méthode

public SetUniform1 ( string var, float value ) : void
var string
value float
Résultat void

SetUniform1() public méthode

public SetUniform1 ( string var, int value ) : void
var string
value int
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public static méthode

public static Stop ( ) : void
Résultat void

Uni() public méthode

public Uni ( string var ) : int
var string
Résultat int

Property Details

CurrentProgram public_oe static_oe property

public static int CurrentProgram
Résultat int

ID public_oe property

public int ID
Résultat int