C# Class OpenTkEngine.Core.Shader

Mostrar archivo Open project: jikoriko/OpentkEngine Class Usage Examples

Public Methods

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

public Bind ( ) : void
return void

Delete() public method

public Delete ( ) : void
return void

GetAttribLocation() public method

public GetAttribLocation ( string variable ) : int
variable string
return int

GetID() public method

public GetID ( ) : int
return int

GetUniformLocation() public method

public GetUniformLocation ( string variable ) : int
variable string
return int

Shader() public method

public Shader ( string vertShader, string fragShader ) : System
vertShader string
fragShader string
return System