Beispiel #1
0
 public void Unbind()
 {
     GL.UseProgram(null);
 }
Beispiel #2
0
 public void Bind()
 {
     GL.UseProgram(ShaderProgramObject);
 }