C# Class FireflyGL.ShaderProgram

Inheritance: IDeletable
Afficher le fichier Open project: LukaHorvat/Kento Class Usage Examples

Méthodes publiques

Méthode Description
AddAttribLocation ( string Attribute ) : void
AddUniformLocation ( string Uniform ) : void
AttachShader ( Shader Shader ) : void
Link ( ) : void
ShaderProgram ( ) : System.Collections.Generic
ShaderProgram ( VertexShader VertexShader, FragmentShader FragmentShader ) : System.Collections.Generic
Use ( ) : void

Method Details

AddAttribLocation() public méthode

public AddAttribLocation ( string Attribute ) : void
Attribute string
Résultat void

AddUniformLocation() public méthode

public AddUniformLocation ( string Uniform ) : void
Uniform string
Résultat void

AttachShader() public méthode

public AttachShader ( Shader Shader ) : void
Shader Shader
Résultat void

Link() public méthode

public Link ( ) : void
Résultat void

ShaderProgram() public méthode

public ShaderProgram ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ShaderProgram() public méthode

public ShaderProgram ( VertexShader VertexShader, FragmentShader FragmentShader ) : System.Collections.Generic
VertexShader VertexShader
FragmentShader FragmentShader
Résultat System.Collections.Generic

Use() public méthode

public Use ( ) : void
Résultat void