Esempio n. 1
0
 public override void Redraw(IGL gl)
 {
     gl.ClearColor(0, 0, 0, 0);
     gl.Clear(GL.COLOR_BUFFER_BIT);
     gl.Finish();
 }