Class EXTDirectContext

java.lang.Object
org.lwjgl.openal.EXTDirectContext

public class EXTDirectContext extends Object
  • 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)