Package org.lwjgl.openal
Class EXTThreadLocalContext
java.lang.Object
org.lwjgl.openal.EXTThreadLocalContext
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
ALCcontext * alcGetThreadContext(void)
static boolean
alcSetThreadContext
(long context) ALCboolean alcSetThreadContext(ALCcontext * context)
-
Method Details
-
alcSetThreadContext
public static boolean alcSetThreadContext(long context) ALCboolean alcSetThreadContext(ALCcontext * context)
-
alcGetThreadContext
public static long alcGetThreadContext()ALCcontext * alcGetThreadContext(void)
-