Пример #1
0
 public static void DrawElements(BeginMode mode, int count, PointerToType type, int offset)
 {
     Delegates.DrawElements(mode, count, type, offset);
 }