예제 #1
0
 public void DrawElements(BeginMode mode, int count, DrawElementType type, int[] indices)
 {
     gl.glDrawElements((int)mode, count, (int)type, indices);
     CheckException();
 }
예제 #2
0
파일: GL.cs 프로젝트: Wiladams/NewTOAPIA
 public static void DrawElements(BeginMode mode, int count, DrawElementType type, int[] indices)
 {
     gl.glDrawElements((int)mode, count, (int)type, indices);
 }