Exemplo n.º 1
0
 public static void GenBuffers(int n, uint[] buffers)
 {
     AlDelegates.alGenBuffers(n, buffers);
 }