コード例 #1
0
ファイル: Context.cs プロジェクト: librg/librg-csharp
 public Context()
 {
     _ctx = Native.librg_allocate_ctx();
 }