Package org.lwjgl.system.windows
Class GDI32.Functions
- java.lang.Object
-
- org.lwjgl.system.windows.GDI32.Functions
-
- Enclosing class:
- GDI32
public static final class GDI32.Functions extends java.lang.Object
Contains the function pointers loaded from the gdi32SharedLibrary
.
-
-
Field Summary
Fields Modifier and Type Field and Description static long
ChoosePixelFormat
DescribePixelFormat
GetPixelFormat
SetPixelFormat
SwapBuffersFunction address.
-
-
-
Field Detail
-
ChoosePixelFormat
public static final long ChoosePixelFormat
Function address.
-
DescribePixelFormat
public static final long DescribePixelFormat
Function address.
-
GetPixelFormat
public static final long GetPixelFormat
Function address.
-
SetPixelFormat
public static final long SetPixelFormat
Function address.
-
SwapBuffers
public static final long SwapBuffers
Function address.
-
-