コード例 #1
0
ファイル: Primitives.cs プロジェクト: pmprog/allegro5sharp
 [DllImport(Libraries.allegroprimitives_dll, CallingConvention = CallingConvention.Cdecl)] public static extern int al_draw_prim([MarshalAs(UnmanagedType.LPArray)] ALLEGRO_VERTEX[] vtxs, IntPtr decl, IntPtr texture, int start, int end, ALLEGRO_PRIM_TYPE type);
コード例 #2
0
ファイル: Primitives.cs プロジェクト: pmprog/allegro5sharp
 [DllImport(Libraries.allegroprimitives_dll, CallingConvention = CallingConvention.Cdecl)] public static extern int al_draw_prim(IntPtr vtxs, IntPtr decl, IntPtr texture, int start, int end, ALLEGRO_PRIM_TYPE type);