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