Exemple #1
0
 public static void DeleteBuffers(int n, ref uint buffer)
 {
     AlDelegates.alDeleteBuffer(n, ref buffer);
 }