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

      @NativeType("HGLRC") public static long wglCreateContext(@NativeType("DWORD *") @Nullable IntBuffer _GetLastError, @NativeType("HDC") 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

      @NativeType("HGLRC") public static long wglCreateLayerContext(@NativeType("DWORD *") @Nullable IntBuffer _GetLastError, @NativeType("HDC") 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

      @NativeType("BOOL") public static boolean wglCopyContext(@NativeType("DWORD *") @Nullable IntBuffer _GetLastError, @NativeType("HGLRC") long src, @NativeType("HGLRC") long dst, @NativeType("UINT") 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

      @NativeType("BOOL") public static boolean wglDeleteContext(@NativeType("DWORD *") @Nullable IntBuffer _GetLastError, @NativeType("HGLRC") 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

      @NativeType("HGLRC") public static long wglGetCurrentContext(@NativeType("DWORD *") @Nullable IntBuffer _GetLastError)
      HGLRC wglGetCurrentContext(void)
    • wglGetCurrentDC

      @NativeType("HDC") 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

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

      @NativeType("PROC") public static long wglGetProcAddress(@NativeType("DWORD *") @Nullable IntBuffer _GetLastError, @NativeType("LPCSTR") 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

      @NativeType("BOOL") public static boolean wglMakeCurrent(@NativeType("DWORD *") @Nullable IntBuffer _GetLastError, @NativeType("HDC") long hdc, @NativeType("HGLRC") 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

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