コード例 #1
0
ファイル: Al.cs プロジェクト: PlumpMath/Pencil.Gaming-GLFW2
 public static void GenBuffers(int n, out uint buffer)
 {
     AlDelegates.alGenBuffer(n, out buffer);
 }