C# Class OpenTkEngine.Core.Shader

Afficher le fichier Open project: jikoriko/OpentkEngine Class Usage Examples

Méthodes publiques

Méthode Description
Bind ( ) : void
Delete ( ) : void
GetAttribLocation ( string variable ) : int
GetID ( ) : int
GetUniformLocation ( string variable ) : int
Shader ( string vertShader, string fragShader ) : System

Method Details

Bind() public méthode

public Bind ( ) : void
Résultat void

Delete() public méthode

public Delete ( ) : void
Résultat void

GetAttribLocation() public méthode

public GetAttribLocation ( string variable ) : int
variable string
Résultat int

GetID() public méthode

public GetID ( ) : int
Résultat int

GetUniformLocation() public méthode

public GetUniformLocation ( string variable ) : int
variable string
Résultat int

Shader() public méthode

public Shader ( string vertShader, string fragShader ) : System
vertShader string
fragShader string
Résultat System