Class EXTDirectContext
java.lang.Object
org.lwjgl.openal.EXTDirectContext
-
Method Summary
Modifier and TypeMethodDescriptionstatic longalcGetProcAddress2(long device, CharSequence funcName) ALCvoid * alcGetProcAddress2(ALCdevice * device, ALchar const * funcName)static longalcGetProcAddress2(long device, ByteBuffer funcName) ALCvoid * alcGetProcAddress2(ALCdevice * device, ALchar const * funcName)static longnalcGetProcAddress2(long device, long funcName) ALCvoid * alcGetProcAddress2(ALCdevice * device, ALchar const * funcName)
-
Method Details
-
nalcGetProcAddress2
public static long nalcGetProcAddress2(long device, long funcName) ALCvoid * alcGetProcAddress2(ALCdevice * device, ALchar const * funcName) -
alcGetProcAddress2
@NativeType("ALCvoid *") public static long alcGetProcAddress2(@NativeType("ALCdevice *") long device, @NativeType("ALchar const *") ByteBuffer funcName) ALCvoid * alcGetProcAddress2(ALCdevice * device, ALchar const * funcName) -
alcGetProcAddress2
@NativeType("ALCvoid *") public static long alcGetProcAddress2(@NativeType("ALCdevice *") long device, @NativeType("ALchar const *") CharSequence funcName) ALCvoid * alcGetProcAddress2(ALCdevice * device, ALchar const * funcName)
-