Пример #1
0
 public void SetViewport(int x, int y, uint width, uint height)
 {
     GlBindings.glViewport(x, y, width, height);
 }