Esempio n. 1
0
 public static void DrawArrays(BeginMode mode, int first, int count)
 {
     Delegates.DrawArrays(mode, first, count);
 }