コード例 #1
0
ファイル: sokol_gfx.cs プロジェクト: fossabot/Sokol.NET
 public static extern void sg_fail_buffer(sg_buffer buf_id);
コード例 #2
0
ファイル: sokol_gfx.cs プロジェクト: fossabot/Sokol.NET
 public static extern sg_buffer_info sg_query_buffer_info(sg_buffer buf);
コード例 #3
0
ファイル: sokol_gfx.cs プロジェクト: fossabot/Sokol.NET
 public static extern void sg_init_buffer(sg_buffer buf_id, [In] ref sg_buffer_desc desc);
コード例 #4
0
ファイル: sokol_gfx.cs プロジェクト: fossabot/Sokol.NET
 public static extern sg_resource_state sg_query_buffer_state(sg_buffer buf);
コード例 #5
0
ファイル: sokol_gfx.cs プロジェクト: fossabot/Sokol.NET
 public static extern bool sg_query_buffer_overflow(sg_buffer buf);
コード例 #6
0
ファイル: sokol_gfx.cs プロジェクト: fossabot/Sokol.NET
 public static extern int sg_append_buffer(sg_buffer buf, void *data_ptr, int data_size);
コード例 #7
0
ファイル: sokol_gfx.cs プロジェクト: fossabot/Sokol.NET
 public static extern void sg_update_buffer(sg_buffer buf, void *data_ptr, int data_size);
コード例 #8
0
ファイル: sokol_gfx.cs プロジェクト: fossabot/Sokol.NET
 public static extern void sg_destroy_buffer(sg_buffer buf);