コード例 #1
0
 internal static void PlatformShutdown()
 {
     if (ReverbEffect != 0)
     {
         OpenALSoundController.Efx.DeleteAuxiliaryEffectSlot((int)ReverbSlot);
         OpenALSoundController.Efx.DeleteEffect((int)ReverbEffect);
     }
     OpenALSoundController.DestroyInstance();
 }
コード例 #2
0
 internal static void PlatformShutdown()
 {
     OpenALSoundController.DestroyInstance();
 }