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