コード例 #1
0
ファイル: sokol_gfx.cs プロジェクト: fossabot/Sokol.NET
 public static extern sg_pipeline_desc sg_query_pipeline_defaults([In] ref sg_pipeline_desc desc);
コード例 #2
0
ファイル: sokol_gfx.cs プロジェクト: fossabot/Sokol.NET
 public static extern void sg_init_pipeline(sg_pipeline pip_id, [In] ref sg_pipeline_desc desc);
コード例 #3
0
ファイル: sokol_gfx.cs プロジェクト: fossabot/Sokol.NET
 public static extern sg_pipeline sg_make_pipeline([In] ref sg_pipeline_desc desc);