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