Package org.lwjgl.opengl
Class CGL.Functions
- java.lang.Object
-
- org.lwjgl.opengl.CGL.Functions
-
- Enclosing class:
- CGL
public static final class CGL.Functions extends java.lang.Object
Contains the function pointers loaded fromGL.getFunctionProvider()
.
-
-
Field Summary
-
-
-
Field Detail
-
GetCurrentContext
public static final long GetCurrentContext
Function address.
-
SetCurrentContext
public static final long SetCurrentContext
Function address.
-
GetShareGroup
public static final long GetShareGroup
Function address.
-
ChoosePixelFormat
public static final long ChoosePixelFormat
Function address.
-
DestroyPixelFormat
public static final long DestroyPixelFormat
Function address.
-
DescribePixelFormat
public static final long DescribePixelFormat
Function address.
-
ReleasePixelFormat
public static final long ReleasePixelFormat
Function address.
-
RetainPixelFormat
public static final long RetainPixelFormat
Function address.
-
GetPixelFormatRetainCount
public static final long GetPixelFormatRetainCount
Function address.
-
QueryRendererInfo
public static final long QueryRendererInfo
Function address.
-
DestroyRendererInfo
public static final long DestroyRendererInfo
Function address.
-
DescribeRenderer
public static final long DescribeRenderer
Function address.
-
CreateContext
public static final long CreateContext
Function address.
-
DestroyContext
public static final long DestroyContext
Function address.
-
CopyContext
public static final long CopyContext
Function address.
-
RetainContext
public static final long RetainContext
Function address.
-
ReleaseContext
public static final long ReleaseContext
Function address.
-
GetContextRetainCount
public static final long GetContextRetainCount
Function address.
-
GetPixelFormat
public static final long GetPixelFormat
Function address.
-
CreatePBuffer
public static final long CreatePBuffer
Function address.
-
DestroyPBuffer
public static final long DestroyPBuffer
Function address.
-
DescribePBuffer
public static final long DescribePBuffer
Function address.
-
TexImagePBuffer
public static final long TexImagePBuffer
Function address.
-
RetainPBuffer
public static final long RetainPBuffer
Function address.
-
ReleasePBuffer
public static final long ReleasePBuffer
Function address.
-
GetPBufferRetainCount
public static final long GetPBufferRetainCount
Function address.
-
SetOffScreen
public static final long SetOffScreen
Function address.
-
GetOffScreen
public static final long GetOffScreen
Function address.
-
SetFullScreen
public static final long SetFullScreen
Function address.
-
SetFullScreenOnDisplay
public static final long SetFullScreenOnDisplay
Function address.
-
SetPBuffer
public static final long SetPBuffer
Function address.
-
GetPBuffer
public static final long GetPBuffer
Function address.
-
ClearDrawable
public static final long ClearDrawable
Function address.
-
FlushDrawable
public static final long FlushDrawable
Function address.
-
Enable
public static final long Enable
Function address.
-
Disable
public static final long Disable
Function address.
-
IsEnabled
public static final long IsEnabled
Function address.
-
SetParameter
public static final long SetParameter
Function address.
-
GetParameter
public static final long GetParameter
Function address.
-
SetVirtualScreen
public static final long SetVirtualScreen
Function address.
-
GetVirtualScreen
public static final long GetVirtualScreen
Function address.
-
UpdateContext
public static final long UpdateContext
Function address.
-
SetGlobalOption
public static final long SetGlobalOption
Function address.
-
GetGlobalOption
public static final long GetGlobalOption
Function address.
-
LockContext
public static final long LockContext
Function address.
-
UnlockContext
public static final long UnlockContext
Function address.
-
GetVersion
public static final long GetVersion
Function address.
-
ErrorString
public static final long ErrorString
Function address.
-
-