Class WGL

java.lang.Object
org.lwjgl.opengl.WGL

public class WGL extends Object
  • Field Details

  • Method Details

    • nwglCreateContext

      public static long nwglCreateContext(long _GetLastError, long hdc, long __functionAddress)
      HGLRC wglCreateContext(HDC hdc)
    • nwglCreateContext

      public static long nwglCreateContext(long _GetLastError, long hdc)
      HGLRC wglCreateContext(HDC hdc)
    • wglCreateContext

      public static long wglCreateContext(@Nullable IntBuffer _GetLastError, long hdc)
      HGLRC wglCreateContext(HDC hdc)
    • nwglCreateLayerContext

      public static long nwglCreateLayerContext(long _GetLastError, long hdc, int layerPlane, long __functionAddress)
      HGLRC wglCreateLayerContext(HDC hdc, int layerPlane)
    • nwglCreateLayerContext

      public static long nwglCreateLayerContext(long _GetLastError, long hdc, int layerPlane)
      HGLRC wglCreateLayerContext(HDC hdc, int layerPlane)
    • wglCreateLayerContext

      public static long wglCreateLayerContext(@Nullable IntBuffer _GetLastError, long hdc, int layerPlane)
      HGLRC wglCreateLayerContext(HDC hdc, int layerPlane)
    • nwglCopyContext

      public static int nwglCopyContext(long _GetLastError, long src, long dst, int mask, long __functionAddress)
      BOOL wglCopyContext(HGLRC src, HGLRC dst, UINT mask)
    • nwglCopyContext

      public static int nwglCopyContext(long _GetLastError, long src, long dst, int mask)
      BOOL wglCopyContext(HGLRC src, HGLRC dst, UINT mask)
    • wglCopyContext

      public static boolean wglCopyContext(@Nullable IntBuffer _GetLastError, long src, long dst, int mask)
      BOOL wglCopyContext(HGLRC src, HGLRC dst, UINT mask)
    • nwglDeleteContext

      public static int nwglDeleteContext(long _GetLastError, long context, long __functionAddress)
      BOOL wglDeleteContext(HGLRC context)
    • nwglDeleteContext

      public static int nwglDeleteContext(long _GetLastError, long context)
      BOOL wglDeleteContext(HGLRC context)
    • wglDeleteContext

      public static boolean wglDeleteContext(@Nullable IntBuffer _GetLastError, long context)
      BOOL wglDeleteContext(HGLRC context)
    • nwglGetCurrentContext

      public static long nwglGetCurrentContext(long _GetLastError, long __functionAddress)
      HGLRC wglGetCurrentContext(void)
    • nwglGetCurrentContext

      public static long nwglGetCurrentContext(long _GetLastError)
      HGLRC wglGetCurrentContext(void)
    • wglGetCurrentContext

      public static long wglGetCurrentContext(@Nullable IntBuffer _GetLastError)
      HGLRC wglGetCurrentContext(void)
    • wglGetCurrentDC

      public static long wglGetCurrentDC()
      HDC wglGetCurrentDC(void)
    • nwglGetProcAddress

      public static long nwglGetProcAddress(long _GetLastError, long proc, long __functionAddress)
      PROC wglGetProcAddress(LPCSTR proc)
    • nwglGetProcAddress

      public static long nwglGetProcAddress(long _GetLastError, long proc)
      PROC wglGetProcAddress(LPCSTR proc)
    • wglGetProcAddress

      public static long wglGetProcAddress(@Nullable IntBuffer _GetLastError, ByteBuffer proc)
      PROC wglGetProcAddress(LPCSTR proc)
    • wglGetProcAddress

      public static long wglGetProcAddress(@Nullable IntBuffer _GetLastError, CharSequence proc)
      PROC wglGetProcAddress(LPCSTR proc)
    • nwglMakeCurrent

      public static int nwglMakeCurrent(long _GetLastError, long hdc, long hglrc, long __functionAddress)
      BOOL wglMakeCurrent(HDC hdc, HGLRC hglrc)
    • nwglMakeCurrent

      public static int nwglMakeCurrent(long _GetLastError, long hdc, long hglrc)
      BOOL wglMakeCurrent(HDC hdc, HGLRC hglrc)
    • wglMakeCurrent

      public static boolean wglMakeCurrent(@Nullable IntBuffer _GetLastError, long hdc, long hglrc)
      BOOL wglMakeCurrent(HDC hdc, HGLRC hglrc)
    • nwglShareLists

      public static int nwglShareLists(long _GetLastError, long hglrc1, long hglrc2, long __functionAddress)
      BOOL wglShareLists(HGLRC hglrc1, HGLRC hglrc2)
    • nwglShareLists

      public static int nwglShareLists(long _GetLastError, long hglrc1, long hglrc2)
      BOOL wglShareLists(HGLRC hglrc1, HGLRC hglrc2)
    • wglShareLists

      public static boolean wglShareLists(@Nullable IntBuffer _GetLastError, long hglrc1, long hglrc2)
      BOOL wglShareLists(HGLRC hglrc1, HGLRC hglrc2)