Esempio n. 1
0
 public static extern void glDrawElements(Def.BeginMode beginMode, uint count, Def.DrawElementsType type, nint indices);
Esempio n. 2
0
 public static extern void glDrawArrays(Def.BeginMode beginMode, int first, uint count);