Class GLXARBGetProcAddress

java.lang.Object
org.lwjgl.opengl.GLXARBGetProcAddress

public class GLXARBGetProcAddress extends Object
  • Method Details

    • nglXGetProcAddressARB

      public static long nglXGetProcAddressARB(long procName)
      void * glXGetProcAddressARB(GLchar const * procName)
    • glXGetProcAddressARB

      public static long glXGetProcAddressARB(ByteBuffer procName)
      void * glXGetProcAddressARB(GLchar const * procName)
    • glXGetProcAddressARB

      public static long glXGetProcAddressARB(CharSequence procName)
      void * glXGetProcAddressARB(GLchar const * procName)