コード例 #1
0
ファイル: PInvoke.cs プロジェクト: fossabot/Sokol.NET
 public static extern void sg_init_image(Image img_id, [In] ref ImageDescriptor desc);
コード例 #2
0
ファイル: PInvoke.cs プロジェクト: fossabot/Sokol.NET
 public static extern Image sg_make_image([In] ref ImageDescriptor desc);
コード例 #3
0
ファイル: PInvoke.cs プロジェクト: fossabot/Sokol.NET
 public static extern ImageDescriptor sg_query_image_defaults([In] ref ImageDescriptor desc);