Example #1
0
 public static void Source(uint sid, ALSourcef param, float value)
 {
     ALDelegates.alSourcef(sid, (int)param, value);
 }