Exemplo n.º 1
0
 public static void GetSource(uint sid, AlSource3f param, out float value1, out float value2, out float value3)
 {
     AlDelegates.alGetSource3f(sid, (int)param, out value1, out value2, out value3);
 }