Package org.lwjgl.openal
Class SOFTDeferredUpdates
java.lang.Object
org.lwjgl.openal.SOFTDeferredUpdates
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic void
alDeferUpdatesDirectSOFT
(long context) ALvoid alDeferUpdatesDirectSOFT(ALCcontext * context)
static void
ALvoid alDeferUpdatesSOFT(void)
static void
alProcessUpdatesDirectSOFT
(long context) ALvoid alProcessUpdatesDirectSOFT(ALCcontext * context)
static void
ALvoid alProcessUpdatesSOFT(void)
-
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)
-