Class SOFTDeferredUpdates

java.lang.Object
org.lwjgl.openal.SOFTDeferredUpdates

public class SOFTDeferredUpdates extends Object
  • Field Details

    • AL_DEFERRED_UPDATES_SOFT

      public static final int AL_DEFERRED_UPDATES_SOFT
      See Also:
  • Method Details

    • alDeferUpdatesSOFT

      public static void alDeferUpdatesSOFT()
      ALvoid alDeferUpdatesSOFT(void)
    • alDeferUpdatesDirectSOFT

      public static void alDeferUpdatesDirectSOFT(long context)
      ALvoid alDeferUpdatesDirectSOFT(ALCcontext * context)
    • alProcessUpdatesSOFT

      public static void alProcessUpdatesSOFT()
      ALvoid alProcessUpdatesSOFT(void)
    • alProcessUpdatesDirectSOFT

      public static void alProcessUpdatesDirectSOFT(long context)
      ALvoid alProcessUpdatesDirectSOFT(ALCcontext * context)