C# Class OpenTK.Graphics.ES20.ShaderUniformVar4

Exibir arquivo Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method 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 method

public SetValue ( byte a, byte b, byte c, byte d ) : void
a byte
b byte
c byte
d byte
return void

SetValue() public method

public SetValue ( float a, float b, float c, float d ) : void
a float
b float
c float
d float
return void

SetValue() public method

public SetValue ( int a, int b, int c, int d ) : void
a int
b int
c int
d int
return void

ShaderUniformVar4() public method

public ShaderUniformVar4 ( int location ) : System
location int
return System