C# Class OpenTK.Graphics.ES20.ShaderUniformVar4

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
SetValue ( byte a, byte b, byte c, byte d ) : void
SetValue ( float a, float b, float c, float d ) : void
SetValue ( int a, int b, int c, int d ) : void
ShaderUniformVar4 ( int location ) : System

Method Details

SetValue() public méthode

public SetValue ( byte a, byte b, byte c, byte d ) : void
a byte
b byte
c byte
d byte
Résultat void

SetValue() public méthode

public SetValue ( float a, float b, float c, float d ) : void
a float
b float
c float
d float
Résultat void

SetValue() public méthode

public SetValue ( int a, int b, int c, int d ) : void
a int
b int
c int
d int
Résultat void

ShaderUniformVar4() public méthode

public ShaderUniformVar4 ( int location ) : System
location int
Résultat System