Class GDI32

java.lang.Object
org.lwjgl.system.windows.GDI32

public class GDI32 extends Object
  • Field Details

  • Method Details

    • getLibrary

      public static SharedLibrary getLibrary()
      Returns the gdi32 SharedLibrary.
    • nChoosePixelFormat

      public static int nChoosePixelFormat(long _GetLastError, long hdc, long pixelFormatDescriptor, long __functionAddress)
      int ChoosePixelFormat(HDC hdc, PIXELFORMATDESCRIPTOR const * pixelFormatDescriptor)
    • nChoosePixelFormat

      public static int nChoosePixelFormat(long _GetLastError, long hdc, long pixelFormatDescriptor)
      int ChoosePixelFormat(HDC hdc, PIXELFORMATDESCRIPTOR const * pixelFormatDescriptor)
    • ChoosePixelFormat

      public static int ChoosePixelFormat(@Nullable IntBuffer _GetLastError, long hdc, PIXELFORMATDESCRIPTOR pixelFormatDescriptor)
      int ChoosePixelFormat(HDC hdc, PIXELFORMATDESCRIPTOR const * pixelFormatDescriptor)
    • nDescribePixelFormat

      public static int nDescribePixelFormat(long _GetLastError, long hdc, int pixelFormat, int bytes, long pixelFormatDescriptor, long __functionAddress)
      int DescribePixelFormat(HDC hdc, int pixelFormat, UINT bytes, LPPIXELFORMATDESCRIPTOR pixelFormatDescriptor)
    • nDescribePixelFormat

      public static int nDescribePixelFormat(long _GetLastError, long hdc, int pixelFormat, int bytes, long pixelFormatDescriptor)
      int DescribePixelFormat(HDC hdc, int pixelFormat, UINT bytes, LPPIXELFORMATDESCRIPTOR pixelFormatDescriptor)
    • DescribePixelFormat

      public static int DescribePixelFormat(@Nullable IntBuffer _GetLastError, long hdc, int pixelFormat, int bytes, @Nullable PIXELFORMATDESCRIPTOR pixelFormatDescriptor)
      int DescribePixelFormat(HDC hdc, int pixelFormat, UINT bytes, LPPIXELFORMATDESCRIPTOR pixelFormatDescriptor)
    • DescribePixelFormat

      public static int DescribePixelFormat(@Nullable IntBuffer _GetLastError, long hdc, int pixelFormat, @Nullable PIXELFORMATDESCRIPTOR pixelFormatDescriptor)
      int DescribePixelFormat(HDC hdc, int pixelFormat, UINT bytes, LPPIXELFORMATDESCRIPTOR pixelFormatDescriptor)
    • nGetPixelFormat

      public static int nGetPixelFormat(long _GetLastError, long hdc, long __functionAddress)
      int GetPixelFormat(HDC hdc)
    • nGetPixelFormat

      public static int nGetPixelFormat(long _GetLastError, long hdc)
      int GetPixelFormat(HDC hdc)
    • GetPixelFormat

      public static int GetPixelFormat(@Nullable IntBuffer _GetLastError, long hdc)
      int GetPixelFormat(HDC hdc)
    • nSetPixelFormat

      public static int nSetPixelFormat(long _GetLastError, long hdc, int pixelFormat, long pixelFormatDescriptor, long __functionAddress)
      BOOL SetPixelFormat(HDC hdc, int pixelFormat, PIXELFORMATDESCRIPTOR const * pixelFormatDescriptor)
    • nSetPixelFormat

      public static int nSetPixelFormat(long _GetLastError, long hdc, int pixelFormat, long pixelFormatDescriptor)
      BOOL SetPixelFormat(HDC hdc, int pixelFormat, PIXELFORMATDESCRIPTOR const * pixelFormatDescriptor)
    • SetPixelFormat

      public static boolean SetPixelFormat(@Nullable IntBuffer _GetLastError, long hdc, int pixelFormat, @Nullable PIXELFORMATDESCRIPTOR pixelFormatDescriptor)
      BOOL SetPixelFormat(HDC hdc, int pixelFormat, PIXELFORMATDESCRIPTOR const * pixelFormatDescriptor)
    • nSwapBuffers

      public static int nSwapBuffers(long _GetLastError, long dc, long __functionAddress)
      BOOL SwapBuffers(HDC dc)
    • nSwapBuffers

      public static int nSwapBuffers(long _GetLastError, long dc)
      BOOL SwapBuffers(HDC dc)
    • SwapBuffers

      public static boolean SwapBuffers(@Nullable IntBuffer _GetLastError, long dc)
      BOOL SwapBuffers(HDC dc)