コード例 #1
0
ファイル: GraphicsAPI.cs プロジェクト: luxgile/Entygine
 public static void DrawTriangles(int trisCount)
 {
     Ogl.DrawElements(PrimitiveType.Triangles, trisCount, DrawElementsType.UnsignedInt, 0);
 }