Exemplo n.º 1
0
 public static void GetBoolean(ALGetInteger param, bool[] data)
 {
     ALDelegates.alGetBooleanv((int)param, data);
 }